mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
fix(updater): Start app after update via msi (#1498)
This commit is contained in:
@@ -81,9 +81,7 @@ impl<R: Runtime, T: Manager<R>> UpdaterExt<R> for T {
|
||||
|
||||
let args = self.env().args_os;
|
||||
if !args.is_empty() {
|
||||
builder = builder
|
||||
.nsis_installer_arg("/ARGS")
|
||||
.nsis_installer_args(args);
|
||||
builder = builder.current_exe_args(args);
|
||||
}
|
||||
|
||||
#[cfg(any(
|
||||
|
||||
Reference in New Issue
Block a user