Skip to content

Commit af2f5ae

Browse files
authored
As per @ximion, don't warn if appstream-util is not there
1 parent 5acfa80 commit af2f5ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appimagetool.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,6 @@ main (int argc, char *argv[])
290290
if(! no_appstream)
291291
if(! g_find_program_in_path ("appstreamcli"))
292292
g_print("WARNING: appstreamcli is missing, please install it if you want to use AppStream metadata\n");
293-
if(! no_appstream)
294-
if(! g_find_program_in_path ("appstream-util"))
295-
g_print("WARNING: appstream-util is missing, please install it if you want to use AppStream metadata\n");
296293
if(! g_find_program_in_path ("gpg2"))
297294
g_print("WARNING: gpg2 is missing, please install it if you want to create digital signatures\n");
298295
if(! g_find_program_in_path ("sha256sum"))

0 commit comments

Comments
 (0)