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

This commit is contained in:
Mitchell Hashimoto
2024-09-10 21:55:53 -07:00
parent 359272a5f5
commit bcfe7d0f6c

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