diff --git a/plugins/updater/src/updater/core.rs b/plugins/updater/src/updater/core.rs index bed0c990..6af495d7 100644 --- a/plugins/updater/src/updater/core.rs +++ b/plugins/updater/src/updater/core.rs @@ -705,7 +705,7 @@ fn copy_files_and_run( 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)