fix(desktop): restore install-dir choice on Windows first install

This commit is contained in:
zhayujie
2026-07-07 21:48:43 +08:00
parent 56571c77ca
commit 0bb8208f36
2 changed files with 11 additions and 12 deletions

View File

@@ -103,8 +103,9 @@
]
},
"nsis": {
"oneClick": true,
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true
},