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" },
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"oneClick": true,
|
||||
"perMachine": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"createDesktopShortcut": true,
|
||||
"createStartMenuShortcut": true,
|
||||
"shortcutName": "Biz Connect"
|
||||
"shortcutName": "Biz Connect",
|
||||
"runAfterFinish": true
|
||||
},
|
||||
"mac": { "target": "dmg", "category": "public.app-category.business", "icon": "build/icon.ico" },
|
||||
"linux": { "target": "AppImage", "category": "Network" }
|
||||
|
||||
Reference in New Issue
Block a user