electron/lib/browser/api/auto-updater/auto-updater-native.js
2016-08-02 20:38:35 +09:00

6 lines
223 B
JavaScript

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