chore(desktop): one-click installer (no scope/folder prompts)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -24,12 +24,12 @@
|
|||||||
],
|
],
|
||||||
"win": { "target": "nsis", "icon": "build/icon.ico" },
|
"win": { "target": "nsis", "icon": "build/icon.ico" },
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": false,
|
"oneClick": true,
|
||||||
"perMachine": false,
|
"perMachine": false,
|
||||||
"allowToChangeInstallationDirectory": true,
|
|
||||||
"createDesktopShortcut": true,
|
"createDesktopShortcut": true,
|
||||||
"createStartMenuShortcut": true,
|
"createStartMenuShortcut": true,
|
||||||
"shortcutName": "Biz Connect"
|
"shortcutName": "Biz Connect",
|
||||||
|
"runAfterFinish": true
|
||||||
},
|
},
|
||||||
"mac": { "target": "dmg", "category": "public.app-category.business", "icon": "build/icon.ico" },
|
"mac": { "target": "dmg", "category": "public.app-category.business", "icon": "build/icon.ico" },
|
||||||
"linux": { "target": "AppImage", "category": "Network" }
|
"linux": { "target": "AppImage", "category": "Network" }
|
||||||
|
|||||||
Reference in New Issue
Block a user