mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(auto-updates): Point at nylas, don't think it's following redirects
This commit is contained in:
parent
9551a5db21
commit
007cda443c
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue