Electron app for picking random files
npm install
quasar dev -m electron
npm run lint
quasar build
quasar build -m electron --target all --bundler builder
With github actions (.github/workflows/main.yml
), when a new tag is created with format v*
:
- App is built on all platforms
- New release with tagname is created
- Windows & Linux apps are uploaded on this release
git tag -a v*.*.*
git push origin v*.*.*