Update feed url

This commit is contained in:
probablycorey
2014-02-04 14:10:53 -08:00
parent faf523f698
commit e66e75593d

View File

@@ -118,7 +118,7 @@ class AtomApplication
# Private: Enable updates unless running from a local build of Atom.
setupAutoUpdater: ->
autoUpdater.setFeedUrl "http://localhost:9393/releases/latest?version=#{@version}"
autoUpdater.setFeedUrl "https://atom.io/api/updates?version=#{@version}"
autoUpdater.on 'checking-for-update', =>
@applicationMenu.showInstallUpdateItem(false)