fix(desktop): switch Windows to oneClick NSIS

This commit is contained in:
zhayujie
2026-07-07 18:22:10 +08:00
parent 583217d396
commit 6c353d389b
2 changed files with 16 additions and 13 deletions

View File

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