tree: be151f76d148fc965085842d103a6a80cca95c63 [path history] [tgz]
  1. .gitignore
  2. index.html
  3. main.js
  4. package-lock.json
  5. package.json
  6. README.md
electron-autoupdater/README.md
  • POC on AutoUpdater with electron-builder

  • Releases can be published at github, bintray, s3, digitalocean.

  • Currently hosting Mac dmg and pkg releases.

How to test autoupdater on releases:

  1. Make sure you have npm 9.X.X installed
  2. npm install
  3. Create a github developer token from github profile settings > developer_settings
  4. Change the version of the app in package.json
  5. Hit GH_TOKEN=<github_token> npm run release