Don't auto check when setting feed URL

This commit is contained in:
Kevin Sawicki
2014-11-13 16:48:29 -08:00
parent 18b2433a99
commit 7f32c9a3f7

View File

@@ -7,9 +7,6 @@ class AutoUpdater
_.extend @prototype, EventEmitter.prototype
setFeedUrl: (@updateUrl) ->
if @updateUrl
# Schedule an update when the feed URL is set
process.nextTick => @checkForUpdates()
quitAndInstall: ->
unless SquirrelUpdate.existsSync()