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 e92eef782d
commit 5d7048dae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -705,7 +705,7 @@ fn copy_files_and_run<R: Read + Seek>(
archive_buffer: R,
_extract_path: &Path,
with_elevated_task: bool,
config: &crate::Config,
config: &tauri::Config,
) -> Result<()> {
// FIXME: We need to create a memory buffer with the MSI and then run it.
// (instead of extracting the MSI to a temp path)

Loading…
Cancel
Save