mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Invoke quitAndInstall from quiteAndUpdate callback
This commit is contained in:
@@ -66,7 +66,7 @@ class AutoUpdater
|
||||
releaseName: "Atom #{latestRelease.version}"
|
||||
releaseDate: ''
|
||||
updateUrl: 'https://atom.io'
|
||||
quitAndUpdate: => @quitAndInstall
|
||||
quitAndUpdate: => @quitAndInstall()
|
||||
else
|
||||
console.log "You're on the latest version!"
|
||||
emit 'update-not-available'
|
||||
|
||||
Reference in New Issue
Block a user