git clone https://github.com/AlgorithmLLC/chat-client-electron.git
cd chat-client-electron
npm installBuild and launch test version: grunt build
Generated version is in build folder.
App endpoint can be changed in main.js (APP_URL).
- Edit
appfolder and/or place newbirdex.asar - Edit
versionin 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
releasefolder to latest tag