Create resumes, cover letters, and track job applications.
npm installnpm start- Windows:
npm run build:win - macOS:
npm run build:mac - Both:
npm run build:all
Installers are output to the dist/ folder.
- Update the version in
package.json(e.g.0.2.0). - Commit and push your changes.
- Create and push a tag:
git tag v0.2.0 && git push origin v0.2.0. - GitHub Actions will build and create a release with the installer artifacts.
The app checks GitHub Releases on launch. When a new version is available, a dialog prompts you to download and install the update.
Edit electron-builder.yml and set owner under publish to your GitHub username so releases and auto-updates point to your repo.