Hack to always update from the speakeasy master release

Related to https://github.com/atom/atom-shell/issues/33
This commit is contained in:
probablycorey
2013-06-20 11:53:08 -07:00
parent d6cd51399d
commit 4731c1f3f0

View File

@@ -41,7 +41,7 @@ setupCrashReporter = ->
crashReporter.setAutoSubmit true
setupAutoUpdater = ->
autoUpdater.setAutomaticallyChecksForUpdates false
autoUpdater.setFeedUrl 'https://speakeasy.githubapp.com/apps/27/appcast.xml'
autoUpdater.setAutomaticallyDownloadsUpdates true
parseCommandLine = ->