Skip to content

Commit

Permalink
As per @ximion, don't warn if appstream-util is not there
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 9, 2017
1 parent 5acfa80 commit af2f5ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appimagetool.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ main (int argc, char *argv[])
if(! no_appstream)
if(! g_find_program_in_path ("appstreamcli"))
g_print("WARNING: appstreamcli is missing, please install it if you want to use AppStream metadata\n");
if(! no_appstream)
if(! g_find_program_in_path ("appstream-util"))
g_print("WARNING: appstream-util is missing, please install it if you want to use AppStream metadata\n");
if(! g_find_program_in_path ("gpg2"))
g_print("WARNING: gpg2 is missing, please install it if you want to create digital signatures\n");
if(! g_find_program_in_path ("sha256sum"))
Expand Down

1 comment on commit af2f5ae

@ximion
Copy link

@ximion ximion commented on af2f5ae Feb 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking more of making this an info-type message or saying "install it if you want additional AppStream validation"...
But anyway, anything is fine.

Please sign in to comment.