mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
Remove call to deleted function
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user