matiastucci / electron-auto-updater-example

Electron auto updater example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron auto updater example

Logo

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

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

About

Electron auto updater example

License:MIT License


Languages

Language:JavaScript 75.9%Language:CSS 12.8%Language:HTML 11.4%