{ "build": { "beforeDevCommand": "yarn start --port 1420", "beforeBuildCommand": "yarn build", "frontendDist": "../dist/Nothing", "devUrl": "http://localhost:1420" }, "bundle": { "active": true, "icon": [ "icons/32x32.png", "icons/NothingIcon.png", "icons/icon.ico" ], "resources": [], "targets": [ "nsis", "appimage" ], "windows": { "wix": { "language": "en-US" } }, "createUpdaterArtifacts": "v1Compatible" }, "productName": "Nothing", "version": "1.8.9-beta", "identifier": "me.isark.poe.Nothing", "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDY5NDE4QTQwQUVGOUYzM0IKUldRNzgvbXVRSXBCYVhwRmswTnpOWW9PRURlMFRkQUVoOVNhSmJsLzlNSEJrZWVEOVhWYjlHcy8K", "endpoints": [ "https://isark.me/releases/nothing/version.json?target={{target}}" ] } }, "app": { "windows": [ { "label": "Overlay", "title": "Nothing", "transparent": true, "visible": false, "decorations": false, "alwaysOnTop": true, "resizable": false, "focus": false }, { "label": "Normal", "title": "Nothing", "transparent": false, "visible": false, "decorations": true, "resizable": true, "focus": false } ], "withGlobalTauri": false, "trayIcon": { "iconPath": "icons/NothingIcon.png", "iconAsTemplate": false }, "security": { "csp": null } } }