👷 更改打包配置,仅支持 windows(msi)

This commit is contained in:
BTMuli
2023-09-08 09:02:25 +08:00
parent 87c3c59c86
commit afb0f317cc

View File

@@ -48,13 +48,9 @@
"active": true, "active": true,
"icon": ["icons/icon.png", "icons/icon.ico"], "icon": ["icons/icon.png", "icons/icon.ico"],
"identifier": "tauri-genshin", "identifier": "tauri-genshin",
"targets": "all",
"windows": { "windows": {
"wix": { "wix": {
"language": "zh-CN" "language": "zh-CN"
},
"nsis": {
"languages": ["SimpChinese"]
} }
} }
}, },