Build script + check for updates

This commit is contained in:
TC
2019-04-19 18:10:23 +02:00
parent 9d343bf779
commit b3c24a5212
5 changed files with 589 additions and 754 deletions

View File

@ -89,10 +89,10 @@ module.exports = () => {
## Build
```
$ npm run build
npm run build
```
Builds the app for macOS, Linux, and Windows, using [electron-packager](https://github.com/electron-userland/electron-packager).
Builds the app for macOS, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder).
## License