Add auto-updater module.
This commit is contained in:
parent
7f605c8442
commit
1f8fd40195
5 changed files with 119 additions and 0 deletions
6
browser/api/lib/auto-updater.coffee
Normal file
6
browser/api/lib/auto-updater.coffee
Normal file
|
@ -0,0 +1,6 @@
|
|||
AutoUpdater = process.atomBinding('auto_updater').AutoUpdater
|
||||
EventEmitter = require('events').EventEmitter
|
||||
|
||||
AutoUpdater::__proto__ = EventEmitter.prototype
|
||||
|
||||
module.exports = new AutoUpdater
|
Loading…
Add table
Add a link
Reference in a new issue