Skip to content

Commit 7ec2487

Browse files
committed
Messed up on argument in tauri-apps#2572
1 parent fbb8ea6 commit 7ec2487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/updater/src/updater.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ impl UpdaterBuilder {
310310
I: IntoIterator<Item = S>,
311311
S: Into<OsString>,
312312
{
313-
self.installer_args.extend(args.into_iter().map(Into::into));
313+
self.current_exe_args.extend(args.into_iter().map(Into::into));
314314
self
315315
}
316316
}

0 commit comments

Comments
 (0)