auto-updater extends event-emitter
This commit is contained in:
parent
7aa60baafb
commit
a8469fc79d
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
{EventEmitter} = require 'events'
|
||||
SquirrelUpdate = require './auto-updater/squirrel-update-win'
|
||||
|
||||
class AutoUpdater
|
||||
@__proto__ = EventEmitter.prototype
|
||||
class AutoUpdater extends EventEmitter
|
||||
|
||||
quitAndInstall: ->
|
||||
# TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue