mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Windows 端不再支持安装时选择安装路径和用户 Fix https://github.com/siyuan-note/siyuan/issues/6385
This commit is contained in:
parent
b194f803d5
commit
7a7ae253b6
2 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue