electron/lib/browser/api/auto-updater/auto-updater-native.js
2016-03-30 17:00:33 -07:00

6 lines
210 B
JavaScript

const EventEmitter = require('events').EventEmitter
const autoUpdater = process.atomBinding('auto_updater').autoUpdater
Object.setPrototypeOf(autoUpdater, EventEmitter.prototype)
module.exports = autoUpdater