quickgui icon indicating copy to clipboard operation
quickgui copied to clipboard

`RPM` and `AppImage` packaging support using flutter_distributor

Open KRTirtho opened this issue 1 year ago • 2 comments

This PR adds:

  • RPM packaging support
  • AppImage packaging support (untested)
  • Deb packaging support (through flutter_distributor, not Makefile)
  • Fixes wrong semver versioning convention (use + to indicate build number instead of -)

The version of flutter_distributor used on this PR is from krtirtho/flutter_distributor as the official https://github.com/leanflutter/flutter_distributor/pull/101 isn't merged yet

This PR also adds possibility of easy packaging of windows executable and macOS disk image too

Thanks for this awesome project. Keep fluttering :fire: :blue_heart: :rocket: :muscle:

KRTirtho avatar Dec 22 '22 07:12 KRTirtho