mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-04 14:30:57 +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'
|
if process.platform is 'win32'
|
||||||
# Squirrel for Windows can't handle query params
|
# Squirrel for Windows can't handle query params
|
||||||
# https://github.com/Squirrel/Squirrel.Windows/issues/132
|
# https://github.com/Squirrel/Squirrel.Windows/issues/132
|
||||||
@feedUrl = 'https://edgehill.nilas.com/update-check'
|
@feedUrl = 'https://edgehill.nylas.com/update-check'
|
||||||
else
|
else
|
||||||
@feedUrl = "https://edgehill.nilas.com/update-check?version=#{@version}"
|
@feedUrl = "https://edgehill.nylas.com/update-check?version=#{@version}"
|
||||||
|
|
||||||
process.nextTick => @setupAutoUpdater()
|
process.nextTick => @setupAutoUpdater()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue