mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
Use default auto updater when no update.exe
This commit is contained in:
@@ -18,7 +18,7 @@ class AutoUpdater
|
||||
updateDotExe = @getUpdateExePath()
|
||||
|
||||
unless fs.existsSync(updateDotExe)
|
||||
console.log 'Running developer or Chocolatey version of Atom, skipping'
|
||||
shellAutoUpdater.quitAndInstall()
|
||||
return
|
||||
|
||||
args = ['--update', @updateUrl]
|
||||
|
||||
Reference in New Issue
Block a user