JetUML
JetUML copied to clipboard
Add support for Flatpak
This commit adds support for distributing the application using Flatpak, the Linux distribution-agnostic packaging tool.
This PR is still a work in progress. After this gets merged, I will go through the app submission process to publish a version on Flathub.
TODO
- [x] Allow compiling the app without the tests.
- [x] Figure out why the tips database is not populated in the Flatpak environment.
- [ ] Test the
.desktopfile andmetainfofile with a local install - [ ] Add
flatpak-builderinstructions to the dev documentation.