{ "productName": "Wraith", "version": "0.1.0", "identifier": "com.vigilcyber.wraith", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:5173", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "windows": [ { "title": "Wraith", "width": 1200, "height": 800, "minWidth": 800, "minHeight": 600, "decorations": true, "resizable": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["nsis"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "windows": { "nsis": { "displayLanguageSelector": false, "installerIcon": "icons/icon.ico", "installMode": "perMachine" } } }, "plugins": { "updater": { "endpoints": [ "https://git.command.vigilcyber.com/api/v1/repos/vstockwell/wraith/releases/latest" ], "windows": { "installMode": "passive" } }, "shell": { "open": true } } }