@philipplgh/electron-app-updater

1.0.8 • Public • Published

A fast and easy update solution for Electron apps

Basic Usage

Configure the Updater

const appUpdater = new AppUpdater({
  repo: 'https://github.com/owner/repo',
  hasMetadata: true,
  auto: false,
  interval: 10,
  logger: logger
})

Update the Application

const update = await appUpdater.checkForUpdates()
const result = await appUpdater.downloadUpdate(update)

Readme

Keywords

none

Package Sidebar

Install

npm i @philipplgh/electron-app-updater

Weekly Downloads

0

Version

1.0.8

License

ISC

Unpacked Size

36.5 kB

Total Files

13

Last publish

Collaborators

  • philipplgh