diff --git a/qt/launcher-gui/src-tauri/src/platform/mac.rs b/qt/launcher-gui/src-tauri/src/platform/mac.rs
index bc9759fce..863a05c89 100644
--- a/qt/launcher-gui/src-tauri/src/platform/mac.rs
+++ b/qt/launcher-gui/src-tauri/src/platform/mac.rs
@@ -5,6 +5,7 @@ use std::path::Path;
use std::process::Command;
use anki_process::CommandExt as AnkiCommandExt;
+use anki_proto::launcher::uninstall_response::ActionNeeded;
use anyhow::Result;
pub fn prepare_for_launch_after_update(mut cmd: Command, root: &Path) -> Result<()> {
@@ -34,7 +35,7 @@ pub fn prepare_for_launch_after_update(mut cmd: Command, root: &Path) -> Result<
Ok(())
}
-pub fn finalize_uninstall() {
+pub fn finalize_uninstall() -> Result