diff --git a/src-tauri/src/app_auto_updater.rs b/src-tauri/src/app_auto_updater.rs index 132e3f3..30e5253 100644 --- a/src-tauri/src/app_auto_updater.rs +++ b/src-tauri/src/app_auto_updater.rs @@ -536,8 +536,7 @@ impl AppAutoUpdater { /// Install the update by replacing the current app async fn install_update( &self, - #[allow(unused_variables)] - installer_path: &Path, + #[allow(unused_variables)] installer_path: &Path, ) -> Result<(), Box> { #[cfg(target_os = "macos")] {