mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-03-03 14:10:59 +00:00
Changes file details based on feedback
This commit is contained in:
parent
ab34194951
commit
198b5fe101
|
@ -1,8 +1,8 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Games;
|
Categories=Games;
|
||||||
Comment=Multi-game launcher for Doom era games
|
Comment=Multi-game launcher for Doom era games
|
||||||
Exec=gzdoom
|
Exec=gzdoom.sh
|
||||||
Icon=org.zdoom.GZDoom.png
|
Icon=org.zdoom.GZDoom
|
||||||
Name=GZDoom
|
Name=GZDoom
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
|
|
@ -90,7 +90,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: script
|
- type: script
|
||||||
commands:
|
commands:
|
||||||
- gzdoom +fluid_patchset /app/share/sounds/sf2/gzdoom.sf2 -file lights.pk3 brightmaps.pk3 $@
|
- gzdoom +fluid_patchset /app/share/sounds/sf2/gzdoom.sf2 -file lights.pk3 brightmaps.pk3 "$@"
|
||||||
dest-filename: gzdoom.sh
|
dest-filename: gzdoom.sh
|
||||||
- type: file
|
- type: file
|
||||||
path: org.zdoom.GZDoom.desktop
|
path: org.zdoom.GZDoom.desktop
|
||||||
|
|
Loading…
Reference in a new issue