electron/lib/browser/api/auto-updater/auto-updater-native.js

7 lines
198 B
JavaScript
Raw Normal View History

const EventEmitter = require('events').EventEmitter
const autoUpdater = process.atomBinding('auto_updater').autoUpdater
2016-01-12 02:40:23 +00:00
autoUpdater.__proto__ = EventEmitter.prototype
2016-01-12 02:40:23 +00:00
module.exports = autoUpdater