Open Scarvy opened 3 hours ago
The simplest way seems to be using the update.electronjs.org since the app meets the following criteria:
I just need to install:
npm install update-electron-app
and invoke the updater in the main process file:
require('update-electron-app')()
The electron docs say:
By default, this module will check for updates at app startup, then every ten minutes. When an update is found, it will automatically be downloaded in the background. When the download completes, a dialog is displayed allowing the user to restart the app.
Update the application automatically when a new version is pushed to GitHub.
Need to review documentation here on the best approach.