Remove call to deleted function

This commit is contained in:
Kevin Sawicki 2014-11-13 16:39:53 -08:00
parent 51b9964f7e
commit 18b2433a99

View File

@ -33,7 +33,6 @@ exports.handleStartupEvent = ->
switch process.argv[1]
when '--squirrel-install', '--squirrel-updated'
exports.spawn ['--createShortcut', exeName], -> app.quit()
spawnUpdateAndQuit('')
true
when '--squirrel-uninstall'
exports.spawn ['--removeShortcut', exeName], -> app.quit()