File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -832,7 +832,8 @@ main (int argc, char *argv[])
832
832
fprintf (stderr , "WARNING: AppStream upstream metadata is missing, please consider creating it\n" );
833
833
fprintf (stderr , " in usr/share/metainfo/%s\n" , application_id );
834
834
fprintf (stderr , " Please see https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps\n" );
835
- fprintf (stderr , " for more information or use the generator at http://output.jsbin.com/qoqukof.\n" );
835
+ fprintf (stderr , " for more information or use the generator at\n" );
836
+ fprintf (stderr , " https://docs.appimage.org/packaging-guide/optional/appstream.html#using-the-appstream-generator\n" );
836
837
} else {
837
838
fprintf (stderr , "AppStream upstream metadata found in usr/share/metainfo/%s\n" , application_id );
838
839
/* Use ximion's appstreamcli to make sure that desktop file and appdata match together */
You can’t perform that action at this time.
0 commit comments