Skip to content

0xHayd3n/ProFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resumelife

Create resumes, cover letters, and track job applications.

Setup

npm install

Development

npm start

Build

  • Windows: npm run build:win
  • macOS: npm run build:mac
  • Both: npm run build:all

Installers are output to the dist/ folder.

Publishing a Release

  1. Update the version in package.json (e.g. 0.2.0).
  2. Commit and push your changes.
  3. Create and push a tag: git tag v0.2.0 && git push origin v0.2.0.
  4. GitHub Actions will build and create a release with the installer artifacts.

Auto-Update

The app checks GitHub Releases on launch. When a new version is available, a dialog prompts you to download and install the update.

Configuration

Edit electron-builder.yml and set owner under publish to your GitHub username so releases and auto-updates point to your repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors