diff --git a/macOS/AppDelegate.swift b/macOS/AppDelegate.swift index f23d06e..f9c47d9 100644 --- a/macOS/AppDelegate.swift +++ b/macOS/AppDelegate.swift @@ -18,7 +18,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { // If enabled, check for updates. if automaticallyChecksForUpdates { - SUUpdater.shared()?.checkForUpdates(self) + SUUpdater.shared()?.checkForUpdatesInBackground() } } }