Update plugins/updater/src/updater/core.rs

Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
pull/350/head
Lucas Fernandes Nogueira 2 years ago committed by GitHub
parent 5d7048dae0
commit a0ac288841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -732,7 +732,7 @@ fn copy_files_and_run<R: Read + Seek>(
if found_path.extension() == Some(OsStr::new("exe")) {
// Run the EXE
let mut installer = Command::new(found_path);
if crate::utils::config::WindowsUpdateInstallMode::Quiet
if tauri::utils::config::WindowsUpdateInstallMode::Quiet
== config.tauri.updater.windows.install_mode
{
installer.arg("/S");

Loading…
Cancel
Save