at master 475 B view raw
1diff --git a/src-tauri/src/updates.rs b/src-tauri/src/updates.rs 2index 51b8c41..9cc954d 100644 3--- a/src-tauri/src/updates.rs 4+++ b/src-tauri/src/updates.rs 5@@ -176,7 +176,7 @@ impl<'a> UpdateHelper<'a> { 6 if updater.is_err() { 7 error!("Failed to get updater"); 8 9- continue; 10+ return; 11 } 12 info!("Attempting to check update"); 13 if let Ok(update) = updater.unwrap().check().await {