Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 814 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 814 Bytes

Simple Updater Example

This example shows how to use advanced features of electron-simple-updater

This example uses electron-builder for building installer and update package and electron-simple-publisher to simplify release publishing.

It can be built and published by the single command:

npm run release -- -- --transport-token<Your Github API Token>

where -- -- allows to pass arguments through npm.

Also you can save github api token to publisher.json if you use a private repository.

If you want to prepare a updates.json file manually remember that Squirrel.Mac requires a properly prepared release.json file. A release in the property url must be zipped .app file.