macos: update comment on why we don't start updater

pull/1992/head
Mitchell Hashimoto 2024-09-10 21:55:53 -07:00
parent 359272a5f5
commit bcfe7d0f6c
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ class AppDelegate: NSObject,
override init() {
terminalManager = TerminalManager(ghostty)
updaterController = SPUStandardUpdaterController(
// Important: we must not start the updater here because we need to read our configuration
// first to determine whether we're automatically checking, downloading, etc. The updater
// is started later in applicationDidFinishLaunching
startingUpdater: false,
updaterDelegate: updaterDelegate,
userDriverDelegate: nil