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 f7e3cb0 commit 990b753Copy full SHA for 990b753
src/appimagetool.c
@@ -649,7 +649,7 @@ main (int argc, char *argv[])
649
if(g_find_program_in_path ("desktop-file-validate")) {
650
if(validate_desktop_file(desktop_file) != 0){
651
fprintf(stderr, "ERROR: Desktop file contains errors. Please fix them. Please see\n");
652
- fprintf(stderr, " https://standards.freedesktop.org/desktop-entry-spec/latest/\n");
+ fprintf(stderr, " https://standards.freedesktop.org/desktop-entry-spec/1.0/n");
653
die(" for more information.");
654
}
655
0 commit comments