Skip to content

Random file picker / Electron software made with Quasar Framework

Notifications You must be signed in to change notification settings

vivienlouradour/random-file-picker

Repository files navigation

Random File Picker (random-file-picker)

Electron app for picking random files

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev -m electron

Lint the files

npm run lint

Build the app for production

quasar build
quasar build -m electron --target all --bundler builder

Trigger new Release (with Github actions)

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*.*.*

About

Random file picker / Electron software made with Quasar Framework

Resources

Stars

Watchers

Forks

Packages

No packages published