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(
[
config.tauri.bundle.updater.windows.install_mode.nsis_args(),
updater_config
.installer_args
self.config.windows.install_mode.nsis_args(),
self.installer_args
.iter()
.map(AsRef::as_ref)
.collect::<Vec<_>>()

Loading…
Cancel
Save