Skip to content

Commit 990b753

Browse files
authored
https://standards.freedesktop.org/desktop-entry-spec/1.0/
1 parent f7e3cb0 commit 990b753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appimagetool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ main (int argc, char *argv[])
649649
if(g_find_program_in_path ("desktop-file-validate")) {
650650
if(validate_desktop_file(desktop_file) != 0){
651651
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");
652+
fprintf(stderr, " https://standards.freedesktop.org/desktop-entry-spec/1.0/n");
653653
die(" for more information.");
654654
}
655655
}

0 commit comments

Comments
 (0)