Skip to content

Commit 3876206

Browse files
authored
Update AppStream generator URL (#38)
AppImage/AppImageKit#1288
1 parent b768d59 commit 3876206

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/appimagetool.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,8 @@ main (int argc, char *argv[])
832832
fprintf (stderr, "WARNING: AppStream upstream metadata is missing, please consider creating it\n");
833833
fprintf (stderr, " in usr/share/metainfo/%s\n", application_id);
834834
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");
836837
} else {
837838
fprintf (stderr, "AppStream upstream metadata found in usr/share/metainfo/%s\n", application_id);
838839
/* Use ximion's appstreamcli to make sure that desktop file and appdata match together */

0 commit comments

Comments
 (0)