Skip to content

Commit ac66435

Browse files
committed
builder-manifest: run appstream compose with --no-partial-urls
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]>
1 parent 7d621d6 commit ac66435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/builder-manifest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3033,6 +3033,7 @@ builder_manifest_cleanup (BuilderManifest *self,
30333033
g_print ("Running appstreamcli compose\n");
30343034
g_print ("Saving screenshots in %s\n", flatpak_file_get_path_cached (media_dir));
30353035
if (!appstreamcli_compose (error,
3036+
"--no-partial-urls",
30363037
"--prefix=/",
30373038
origin,
30383039
arg_base_url,

0 commit comments

Comments
 (0)