Enables check for updates

This commit is contained in:
Stuart Breckenridge
2020-07-16 06:43:11 +08:00
parent 0904ff519f
commit 995278ac58
3 changed files with 8 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele
private let appNewsURLString = "https://nnw.ranchero.com/feed.json"
private let appMovementMonitor = RSAppMovementMonitor()
#if !MAC_APP_STORE && !TEST
private var softwareUpdater: SPUUpdater!
var softwareUpdater: SPUUpdater!
#endif
override init() {