mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20: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:
|
||||||
- target: "nsis"
|
- target: "nsis"
|
||||||
nsis:
|
nsis:
|
||||||
oneClick: false
|
oneClick: true
|
||||||
perMachine: false
|
perMachine: false
|
||||||
allowToChangeInstallationDirectory: true
|
allowToChangeInstallationDirectory: false
|
||||||
allowElevation: true
|
allowElevation: true
|
||||||
deleteAppDataOnUninstall: true
|
deleteAppDataOnUninstall: false
|
||||||
createDesktopShortcut: true
|
createDesktopShortcut: true
|
||||||
createStartMenuShortcut: true
|
createStartMenuShortcut: true
|
||||||
shortcutName: "SiYuan"
|
shortcutName: "SiYuan"
|
||||||
|
|
|
||||||
|
|
@ -27,11 +27,11 @@ win:
|
||||||
target:
|
target:
|
||||||
- target: "nsis"
|
- target: "nsis"
|
||||||
nsis:
|
nsis:
|
||||||
oneClick: false
|
oneClick: true
|
||||||
perMachine: false
|
perMachine: false
|
||||||
allowToChangeInstallationDirectory: true
|
allowToChangeInstallationDirectory: false
|
||||||
allowElevation: true
|
allowElevation: true
|
||||||
deleteAppDataOnUninstall: true
|
deleteAppDataOnUninstall: false
|
||||||
createDesktopShortcut: true
|
createDesktopShortcut: true
|
||||||
createStartMenuShortcut: true
|
createStartMenuShortcut: true
|
||||||
shortcutName: "SiYuan"
|
shortcutName: "SiYuan"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue