git clone https://github.com/AlgorithmLLC/chat-client-electron.git
cd chat-client-electron
npm install
Build and launch test version: grunt build
Generated version is in build
folder.
App endpoint can be changed in main.js
(APP_URL
).
- Edit
app
folder and/or place newbirdex.asar
- Edit
version
in top-levelpackage.json
- Commit your changes and make new tag equal to step 2
git add . && git commit -m "1.1.1" && git tag 1.1.1 && git push && git push --tags
- Run
grunt release
- Go to Github releases and upload contents of
release
folder to latest tag