Skip to content

matiastucci/electron-auto-updater-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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