🚧 WIP NOTHING TO SEE HERE YET 🚧
update-electron-app
A drop-in module that adds autoUpdating capabilities to Electron apps
Installation
npm i update-electron-appUsage
Drop this anywhere in your main process:
require('update-electron-app')({
repo: 'ummoji/ummoji-desktop'
})The module will automatically wait for your app's ready event to fire.
API
update(options)
Options:
repoString (required) - A GitHub repository in the formatowner/repohostString (optional) - Defaults tohttps://electron-update-server.herokuapp.comupdateIntervalString (optional) - How frequently to check for updates. Defaults to1 minutedebugBoolean (optional) - Display debug output. Defaults totrue
Tests
npm install
npm testLicense
MIT