Windows release 安装包只生成 NSIS
tauri.windows.conf.json 固定 bundle.targets 为 nsis,不再生成 MSI 安装包。 同步 AGC 实施计划中 Windows x64 release 打包口径。
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"bundle": {
|
||||
"targets": ["nsis"],
|
||||
"resources": {
|
||||
"resources/codex/win-x64/bin/codex.exe": "codex/win-x64/bin/codex.exe",
|
||||
"resources/codex/win-x64/bin/codex-code-mode-host.exe": "codex/win-x64/bin/codex-code-mode-host.exe",
|
||||
|
||||
Reference in New Issue
Block a user