RoderickQiu / wnr

⏱️ Work/Rest Timer. Stricter. Prettier. More features. Win/Mac/Linux. (NEW UPDATES PAUSED.)
https://getwnr.com/
Mozilla Public License 2.0
949 stars 59 forks source link

build: add AppImage build config and GitHub Actions workflow #48

Closed NKID00 closed 3 years ago

NKID00 commented 3 years ago

GitHub Actions can help you build wnr and upload the artifacts every time when you push a new commit to the repo or to a pull request.

AppImage is a common app format widely used in various GNU/Linux distros which packs the program into only one executable.

"publish": null is useful to disable the unnecessary and annoying publishing functionality provided by the electron-builder (which is enabled by default when building using GitHub Actions).

RoderickQiu commented 3 years ago

Thanks dude!