electron-auto-updater-example
electron-auto-updater-example copied to clipboard
Electron auto updater example
Electron auto updater example
Windows and OS X minimal Electron applications with auto updates implemented (based on the electron-quick-start).
Try it
The latest version of this example is 1.0.2
. So, you can download the 1.0.1
one and see how the app finds the new version and downloads it 🎉
Powered by
-
Building process:
electron-builder
(if you're using OS X, you'll need to sign the app) -
Auto updates server:
nuts
Use it
# Clone this repository
git clone https://github.com/matiastucci/electron-auto-updater-example
# Go into the repository
cd electron-auto-updater-example
# Install dependencies
npm install
# Run the app
npm run dev
# Build the app
npm run build