Clone this repository locally :
git clone https://github.com/samCrock/cereal-2.git
Install dependencies with npm :
npm install
npm start
npm 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-build
to 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