Skip to content

Commit

Permalink
Add a note for extra-data apps not working with flatpaked flatpak-bui…
Browse files Browse the repository at this point in the history
…lder
  • Loading branch information
bbhtt authored and razzeee committed Dec 16, 2023
1 parent e0cb31a commit 6b492a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/02-for-app-authors/05-submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ flatpak install -y flathub org.flatpak.Builder
```bash
flatpak run org.flatpak.Builder --force-clean --sandbox --user --install --install-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/repo/screenshots --repo=repo builddir <manifest>
```
If you are using an `extra-data` source, please use `flatpak-builder` from your distribution:
```bash
flatpak-builder --force-clean --sandbox --user --install --install-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/repo/screenshots --repo=repo builddir <manifest>
```
2. To run:
```bash
flatpak run <app id>
Expand Down

0 comments on commit 6b492a2

Please sign in to comment.