Implement installers via electron-builder

This commit is contained in:
Kolja Lampe
2016-05-13 21:47:30 +02:00
parent 81bc16ca6e
commit 68b54ee4aa
4 changed files with 55 additions and 3 deletions

View File

@@ -86,5 +86,10 @@ $ npm run package:linux
$ npm run package:all (Packages for all platform)
```
Create a windows installer with the following command. It will appear in the `release\windows-installer` directory.
```
$ npm run installer
```
## Contributing
Please see [CONTRIBUTING.md](./CONTRIBUTING.md).