Use default auto updater when no update.exe

This commit is contained in:
Kevin Sawicki
2014-11-13 11:21:15 -08:00
parent c64895a621
commit 6c55cff603

View File

@@ -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]