mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
Let constructicon set the SUFeedURL
This commit is contained in:
parent
f47fa21fe9
commit
d5808e1164
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user