Add build how-to info

This commit is contained in:
Nick Denry 2020-05-28 17:50:43 +03:00
parent 3e4bff57b2
commit 16e70e553a
1 changed files with 21 additions and 1 deletions

View File

@ -48,3 +48,23 @@ npm i
$(npm bin)/electron-rebuild
npm start
```
### Development
Prepeare
```
git clone https://github.com/nick-denry/Chimeverse.git
cd Chimeverse
npm i
$(npm bin)/electron-rebuild
```
Build targets
| Operation System | Download link |
-------------------|----------------
| macOS | `npm run dist` |
| Windows | `npm run dist:win64` |
| Linux DEB | `npm run dist:linux64deb` |
More targets could be added via `package.json`. See [electron builder docs](https://www.electron.build/configuration/configuration).