🎨 调整 Windows 安装程序打包选项 (#6391)
* 🐛 fix #5857 * 🎨 #5990 桌面端 `SiYuan` 可执行程序支持使用参数连接非本机内核服务 * 🎨 style * 🎨 style * 🎨 style * 🎨 改进伺服代码片段 `/snippets/` #6356 * 🎨 调整 win 安装包打包选项
This commit is contained in:
parent
01ee358a61
commit
ea386b4b13
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@ win:
|
|||
target:
|
||||
- target: "nsis"
|
||||
nsis:
|
||||
oneClick: true
|
||||
oneClick: false
|
||||
perMachine: false
|
||||
allowToChangeInstallationDirectory: false
|
||||
allowElevation: true
|
||||
deleteAppDataOnUninstall: false
|
||||
deleteAppDataOnUninstall: true
|
||||
createDesktopShortcut: true
|
||||
createStartMenuShortcut: true
|
||||
shortcutName: "SiYuan"
|
||||
|
|
Loading…
Add table
Reference in a new issue