🎨 Windows 端不再支持安装时选择安装路径和用户 Fix https://github.com/siyuan-note/siyuan/issues/6385

This commit is contained in:
Liang Ding 2022-10-28 10:24:11 +08:00
parent b194f803d5
commit 7a7ae253b6
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 6 additions and 6 deletions

View file

@ -27,11 +27,11 @@ win:
target:
- target: "nsis"
nsis:
oneClick: false
oneClick: true
perMachine: false
allowToChangeInstallationDirectory: true
allowToChangeInstallationDirectory: false
allowElevation: true
deleteAppDataOnUninstall: true
deleteAppDataOnUninstall: false
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: "SiYuan"

View file

@ -27,11 +27,11 @@ win:
target:
- target: "nsis"
nsis:
oneClick: false
oneClick: true
perMachine: false
allowToChangeInstallationDirectory: true
allowToChangeInstallationDirectory: false
allowElevation: true
deleteAppDataOnUninstall: true
deleteAppDataOnUninstall: false
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: "SiYuan"