Skip to content

Update mirror-screenshot-url docs #651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
9 changes: 5 additions & 4 deletions doc/flatpak-builder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,11 @@
<term><option>--mirror-screenshots-url=URL</option></term>

<listitem><para>
Mirror any screenshots in the appstream and rewrite the appstream xml
as if they were on the specified URL. The resulting files will
be stored in the "screenshots" subdirectory in the app directory
and needs to be copied to the specified URL for the appdata to work.
Mirror any media in the appstream and rewrite the media URLs
in the appstream xml to the specified URL. The resulting files
will be stored in the "screenshots" subdirectory in the app directory
for versions earlier than 1.3.4 and "files/share/app-info/media"
subdirectory for newer versions.
</para></listitem>
</varlistentry>

Expand Down