Let constructicon set the SUFeedURL

This commit is contained in:
probablycorey 2013-06-19 14:55:41 -07:00
parent f47fa21fe9
commit d5808e1164
2 changed files with 0 additions and 3 deletions

View File

@ -32,8 +32,6 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>AtomApplication</string>
<key>SUFeedURL</key>
<string>https://speakeasy.githubapp.com/apps/27/appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>speakeasy.pem</string>
<key>SUScheduledCheckInterval</key>

View File

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