https://github.com/jenslind/electron-gh-releases
:shipit: Electron auto-update by releasing on Github.
https://github.com/jenslind/electron-gh-releases
Last synced: 4 days ago
JSON representation
:shipit: Electron auto-update by releasing on Github.
- Host: GitHub
- URL: https://github.com/jenslind/electron-gh-releases
- Owner: jenslind
- License: mit
- Archived: true
- Created: 2015-05-08T20:02:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T23:20:45.000Z (almost 6 years ago)
- Last Synced: 2025-04-10T20:09:56.227Z (5 days ago)
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 225
- Watchers: 7
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-electron - electron-gh-release - Auto-update by releasing on GitHub.  (Library / Auto Updater/Release Server)
- awesome-electron-zh - electron-gh-release - Auto-update by releasing on GitHub. (Tools / For Electron)
README
**Deprecated** - see [#28](https://github.com/jenslind/electron-gh-releases/issues/28) and [update.electronjs.org](https://update.electronjs.org)
# Electron-gh-releases [](https://travis-ci.org/jenslind/electron-gh-releases) [](https://github.com/feross/standard)
> Auto-update for electron apps using Github releases together with the built-in [auto-updater](https://github.com/atom/electron/blob/master/docs/api/auto-updater.md).*Note:* In `2.x` there is now support for Windows.
## Install
```
npm install --save electron-gh-releases
```## Usage
[Usage example and API docs](https://github.com/jenslind/electron-gh-releases/tree/master/docs/2.x)
## Tests
```
npm test
```## License
MIT