🎨 调整 Windows 安装程序打包选项 (#6391)

* 🐛 fix #5857

* 🎨 #5990 桌面端 `SiYuan` 可执行程序支持使用参数连接非本机内核服务

* 🎨 style

* 🎨 style

* 🎨 style

* 🎨 改进伺服代码片段 `/snippets/` #6356

* 🎨 调整 win 安装包打包选项
This commit is contained in:
颖逸 2022-10-28 22:16:07 +08:00 committed by GitHub
parent 01ee358a61
commit ea386b4b13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"