This is a flatpak for Grayjay Desktop. Please help test and report any issues you find.
- install
flatpak-builder
(required) andjust
(optional) - run
just build
orflatpak-builder --user --install build-dir app.grayjay.Grayjay.yaml
to build the flatpak- there is also the
clean-build
shortcut which adds the--force-clean
arg
- there is also the
- run
just run
orflatpak run app.grayjay.Grayjay
or open it from your system menu to run the flatpak.
Here is some documentation on building flatpaks that has been helpful
- https://docs.flathub.org/docs/for-app-authors/requirements/
- https://docs.flathub.org/docs/for-app-authors/submission/#before-submission
- https://docs.flathub.org/docs/for-app-authors/requirements/#dependency-manifest
- https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/
- https://flatpak-docs.readthedocs.io/en/latest/first-build.html
- https://docs.flatpak.org/en/latest/sandbox-permissions.html