Skip to content

Commit

Permalink
builder-manifest: run appstream compose with --no-partial-urls
Browse files Browse the repository at this point in the history
Only when mirroring. This is to be compatible with existing flatpak
deployment and appstream-glib

See ximion/appstream#505

Should fix #573

Signed-off-by: Hubert Figuière <[email protected]>
  • Loading branch information
hfiguiere committed Dec 28, 2023
1 parent 7d621d6 commit ac66435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder-manifest.c
Original file line number Diff line number Diff line change
Expand Up @@ -3033,6 +3033,7 @@ builder_manifest_cleanup (BuilderManifest *self,
g_print ("Running appstreamcli compose\n");
g_print ("Saving screenshots in %s\n", flatpak_file_get_path_cached (media_dir));
if (!appstreamcli_compose (error,
"--no-partial-urls",
"--prefix=/",
origin,
arg_base_url,
Expand Down

0 comments on commit ac66435

Please sign in to comment.