Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Jan 10, 2025
1 parent 01b35c7 commit cfcecc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/app-updater/tests/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn build_app_v2(cwd: &Path, envs: Vec<(&str, &str)>, config: &ConfigV2, target:
#[cfg(target_os = "macos")]
command.args(["--bundles", target.name()]);

if config.bundle.create_updater_artifacts.is_some_and(|c| c) {
if config.bundle.create_updater_artifacts == Some(true) {
#[cfg(windows)]
command.args(["--bundles", "msi", "nsis"]);

Expand Down

0 comments on commit cfcecc9

Please sign in to comment.