diff --git a/src-tauri/src/release.rs b/src-tauri/src/release.rs index 8fe96dfb..c8585479 100644 --- a/src-tauri/src/release.rs +++ b/src-tauri/src/release.rs @@ -81,7 +81,7 @@ pub async fn do_update(to_update: Vec) -> () { // TODO: Test platforms other than Windows #[cfg(not(target_os = "windows"))] -pub async fn maybe_latest_injection_release() {} +pub async fn maybe_latest_injection_release() { false } #[tauri::command] #[cfg(target_os = "windows")]