Clone this repository locally :
git clone https://github.com/samCrock/cereal-2.gitInstall dependencies with npm :
npm installnpm startnpm install --save-dev electron-rebuild
# Every time you run "npm install", run this
./node_modules/.bin/electron-rebuild
# On Windows if you have trouble, try:
.\node_modules\.bin\electron-rebuild.cmd- Edit & commit changes
- Bump version
npm run pre-deploy - Build
npm run electron:windows - Move generated .exe from
app-buildto another folder and rename it as Cereal_Setup.exe npm checkout win-build- Replace previously saved Cereal_Setup.exe to current folder
- Commit update and checkout back to master branch
