diff --git a/Deceive/Utils.cs b/Deceive/Utils.cs index c907858..ac5f926 100644 --- a/Deceive/Utils.cs +++ b/Deceive/Utils.cs @@ -168,6 +168,7 @@ public static async Task CheckForUpdates() Process.Start(release["html_url"]); } } + catch { // Ignored. }