Files
battery/app/README.md
2023-08-24 16:31:42 +02:00

10 lines
553 B
Markdown

Development notes:
- logo icons are 20px black/white for theme and 100% vs 50% for active inactive (inside bit only.)
- these are auto-generated by running `node index.js` inside `app/assets`
- deploy new version:
- Update version in `package.json`
- `npm run build`
- Create new [release](https://github.com/actuallymentor/battery/releases) with both the `.dmg` and `.zip` (for `electron-updater`)
- Update [brew formula](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/battery.rb) through`brew bump-cask-pr --version`