From 5d7048dae0bcdef27a19f1b82d59d93b5670317c Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Thu, 11 May 2023 08:49:58 -0700 Subject: [PATCH] Update plugins/updater/src/updater/core.rs Co-authored-by: Fabian-Lars --- plugins/updater/src/updater/core.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)