Open tcitworld opened 4 months ago
Thank you for creating the issue and for wanting the vibe to be easier on Linux!
Flatpak looks very promising.
We can add it using tauri.app/distribute/flatpak/
We'll also need to create metainfo.xml
so it will display useful information on the download page on the stores.
And another 2 things:
- I need to find a way to automate the publishing to flathub in Github action
This page might be of interest: https://github.com/flathub-infra/flatpak-github-actions
somehow out of scope of this issue, but in the same vein for deb packages-compatible systems only, deb packages could also be pushed to a PPA repository (that would allow auto-update, without Flatpak's containerization overhead for compatible systems).
Describe the feature
Flatpak is a common packaging format for all Linux distributions, and allows to simply install the app from most software repositories through graphical interfaces.
Publishing the app as a Flatpak and send it to Flathub would be great!