fix(auto-updates): Point at nylas, don't think it's following redirects

This commit is contained in:
Ben Gotow 2015-04-24 16:23:31 -07:00
parent 9551a5db21
commit 007cda443c

View file

@ -21,9 +21,9 @@ class AutoUpdateManager
if process.platform is 'win32'
# Squirrel for Windows can't handle query params
# https://github.com/Squirrel/Squirrel.Windows/issues/132
@feedUrl = 'https://edgehill.nilas.com/update-check'
@feedUrl = 'https://edgehill.nylas.com/update-check'
else
@feedUrl = "https://edgehill.nilas.com/update-check?version=#{@version}"
@feedUrl = "https://edgehill.nylas.com/update-check?version=#{@version}"
process.nextTick => @setupAutoUpdater()