fix(updater): Start app after update via msi (#1498)

This commit is contained in:
Fabian-Lars
2024-07-02 08:22:33 +03:00
committed by GitHub
parent 28bc5c2e3e
commit 955ed6aec6
3 changed files with 112 additions and 28 deletions
+1 -3
View File
@@ -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(