Skip to content

Commit 348dafb

Browse files
authored
fix(v1): Fix updater test (#12863)
1 parent 28ded53 commit 348dafb

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

core/tests/app-updater/tests/fixtures/tauri-v1/Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/tests/app-updater/tests/update.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,8 @@ fn build_app_v2(cwd: &Path, envs: Vec<(&str, &str)>, config: &ConfigV2, target:
160160
command
161161
.envs(envs)
162162
.env("TAURI_SIGNING_KEY_PASSWORD", "")
163-
.env("CI", "true")
164-
// skip password prompt
165-
.args(["--bundles", "updater"]);
163+
.env("CI", "true");
164+
// skip password prompt
166165
} else {
167166
#[cfg(windows)]
168167
command.args(["--bundles", target.name()]);

0 commit comments

Comments
 (0)