Skip to content

msdhaliwal/electron-auto-updater-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.8%
  • CSS 12.8%
  • HTML 11.4%