From 07286899c582a07842e12254fd39257253b08f71 Mon Sep 17 00:00:00 2001 From: sravan Date: Wed, 1 Jul 2026 17:37:58 +0530 Subject: [PATCH] chore(desktop): one-click installer (no scope/folder prompts) Co-Authored-By: Claude Opus 4.8 --- desktop/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 24ac27a..dfc4ff0 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -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" }