From 16e70e553a2e6e42c3dbe9ff9d25e97b48251503 Mon Sep 17 00:00:00 2001 From: Nick Denry Date: Thu, 28 May 2020 17:50:43 +0300 Subject: [PATCH] Add build how-to info --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eadc5d..51903be 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It should happen once. A very basic integration of [Converse.js](https://convers See [CHANGES.md](https://github.com/nick-denry/Chimeverse/blob/master/CHANGES.md) -#### Latest release installers +#### Latest release installers | Operation System | Download link | -------------------|---------------- @@ -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). \ No newline at end of file