Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix(CI/CD): 修复 windows build 在手动指定 bundle 格式后缺少 updater 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BillGoldenWater committed May 12, 2023
1 parent 806dd3d commit 608d89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ args = ["tauri", "build", "-t", "x86_64-unknown-linux-gnu"]

[tasks.ci-build-x86.windows]
command = "cargo"
args = ["tauri", "build", "-t", "x86_64-pc-windows-msvc", "-b", "nsis"]
args = ["tauri", "build", "-t", "x86_64-pc-windows-msvc", "-b", "nsis,updater"]

[tasks.ci-build-arm.windows]
# endregion
Expand Down

0 comments on commit 608d89a

Please sign in to comment.