Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions flatpak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ flatpak install --user ./fluxtuner.flatpak
- `ogg123` lightweight Ogg/Vorbis/Opus/FLAC-style fallback
- The local development manifest does not currently bundle player binaries explicitly.
Use `flatpak run io.github.pitill0.Fluxtuner --list-players` to confirm which backends are available inside the sandbox.
- `appstream-compose: false` is currently enabled for local development builds.
- The local development manifest may fetch Python dependencies from PyPI during build.
The Flathub manifest should use vendored or generated dependency modules such as `python3-requirements.json`.
- Python dependencies are installed from the checked-in
`python3-requirements.json` module using pinned source URLs and checksums.
Flatpak builds should not resolve application dependencies from the network
through `pip`.
- AppStream metadata is installed and validated as part of the Flatpak build.

## Sandbox permissions

Expand Down
Loading