# Electron-gh-releases [![Build Status](https://travis-ci.org/jenslind/electron-gh-releases.svg?branch=master)](https://travis-ci.org/jenslind/electron-gh-releases) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](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)

## Tip

Use [electron-release](https://github.com/jenslind/electron-release) to publish new releases to Github from the CLI.

## Tests

```
npm test
```

## License
MIT
