We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acfa80 commit af2f5aeCopy full SHA for af2f5ae
appimagetool.c
@@ -290,9 +290,6 @@ main (int argc, char *argv[])
290
if(! no_appstream)
291
if(! g_find_program_in_path ("appstreamcli"))
292
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");
296
if(! g_find_program_in_path ("gpg2"))
297
g_print("WARNING: gpg2 is missing, please install it if you want to create digital signatures\n");
298
if(! g_find_program_in_path ("sha256sum"))
0 commit comments