Add auto-updater module.

This commit is contained in:
Cheng Zhao 2013-06-03 17:59:34 +08:00
parent 7f605c8442
commit 1f8fd40195
5 changed files with 119 additions and 0 deletions

View file

@ -0,0 +1,6 @@
AutoUpdater = process.atomBinding('auto_updater').AutoUpdater
EventEmitter = require('events').EventEmitter
AutoUpdater::__proto__ = EventEmitter.prototype
module.exports = new AutoUpdater