From e66e75593d32c42348d5cea44604de5e0e9900ba Mon Sep 17 00:00:00 2001 From: probablycorey Date: Tue, 4 Feb 2014 14:10:53 -0800 Subject: [PATCH] Update feed url --- src/browser/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index c0db302e2..713a19bb1 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -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)