chore(desktop): one-click installer (no scope/folder prompts)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-01 17:37:58 +05:30
parent c605304c67
commit 07286899c5
+3 -3
View File
@@ -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" }