mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-29 15:42:28 +00:00
b565c6c732
"desktop-file-validate" reports the following error: org.dhewm3.Dhewm3.desktop: error: value "dhewm3 "$@"" for key "Exec" in group "Desktop Entry" contains a non-escaped character '$' in a quote, but it should be escaped with two backslashes ("\\$") see https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables
10 lines
256 B
Desktop File
10 lines
256 B
Desktop File
[Desktop Entry]
|
|
Comment=dhewm 3 is a Doom 3 GPL source port
|
|
Categories=Game;Shooter;
|
|
Exec=dhewm3 "\\$@"
|
|
Icon=org.dhewm3.Dhewm3
|
|
Name=Dhewm3
|
|
StartupNotify=true
|
|
Terminal=false
|
|
Type=Application
|
|
Keywords=doom;first;person;shooter;dark;singleplayer;multiplayer;
|