fix windows impl

pull/431/head
Amr Bashir 2 years ago
parent 6741921461
commit b560142697
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -501,9 +501,8 @@ impl Update {
.arg("-ArgumentList") .arg("-ArgumentList")
.arg( .arg(
[ [
config.tauri.bundle.updater.windows.install_mode.nsis_args(), self.config.windows.install_mode.nsis_args(),
updater_config self.installer_args
.installer_args
.iter() .iter()
.map(AsRef::as_ref) .map(AsRef::as_ref)
.collect::<Vec<_>>() .collect::<Vec<_>>()

Loading…
Cancel
Save