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

7 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