项目作者: matiastucci

项目描述 :
Electron auto updater example
高级语言: JavaScript
项目地址: git://github.com/matiastucci/electron-auto-updater-example.git
创建时间: 2017-07-31T04:02:46Z
项目社区:https://github.com/matiastucci/electron-auto-updater-example

开源协议:MIT License

下载


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

  1. # Clone this repository
  2. git clone https://github.com/matiastucci/electron-auto-updater-example
  3. # Go into the repository
  4. cd electron-auto-updater-example
  5. # Install dependencies
  6. npm install
  7. # Run the app
  8. npm run dev
  9. # Build the app
  10. npm run build