fix(updater): use msiexec to install .msi updates (#1454)

* fix(updater): use msiexec to install .msi updates

* Update updater.rs

* Update updater.rs
This commit is contained in:
Amr Bashir
2024-06-13 01:35:25 +03:00
committed by GitHub
parent 70e2fadd91
commit bf29a72baa
4 changed files with 83 additions and 23 deletions
+3 -1
View File
@@ -81,7 +81,9 @@ impl<R: Runtime, T: Manager<R>> UpdaterExt<R> for T {
let args = self.env().args_os;
if !args.is_empty() {
builder = builder.installer_arg("/ARGS").installer_args(args);
builder = builder
.nsis_installer_arg("/ARGS")
.nsis_installer_args(args);
}
#[cfg(any(