{ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "frontendDist": "../dist", "devUrl": "http://localhost:1420" }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "productName": "rqbit-desktop", "mainBinaryName": "rqbit-desktop", "identifier": "com.rqbit.desktop", "plugins": {}, "app": { "windows": [ { "fullscreen": false, "resizable": true, "title": "rqbit", "width": 1024, "height": 600 } ], "security": { "csp": null } } }