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