fix config usage

pull/366/head
Lucas Nogueira 2 years ago
parent 6bf4d56026
commit 9ef079f212
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -798,10 +798,11 @@ fn copy_files_and_run<R: Read + Seek>(
msi_path_arg.push(&found_path); msi_path_arg.push(&found_path);
msi_path_arg.push("\"\"\""); msi_path_arg.push("\"\"\"");
let mut msiexec_args = updater_config let mut msiexec_args = config
.tauri .tauri
.bundle .bundle
.updater .updater
.windows
.install_mode .install_mode
.clone() .clone()
.msiexec_args() .msiexec_args()

Loading…
Cancel
Save