Windows and OS X minimal Electron applications with auto updates implemented (based on the electron-quick-start).
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 🎉
- Building process:
electron-builder
(if you're using OS X, you'll need to sign the app) - Auto updates server:
nuts
# 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