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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
110 B
TypeScript
Raw Normal View History

2020-07-28 18:04:34 +00:00
const { autoUpdater } = process._linkedBinding('electron_browser_auto_updater');
2016-01-12 02:40:23 +00:00
2020-07-01 19:27:12 +00:00
export default autoUpdater;