mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-01-31 17:55:38 +00:00
Changes file details based on feedback
This commit is contained in:
parent
ab34194951
commit
198b5fe101
|
@ -1,8 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Categories=Games;
|
||||
Comment=Multi-game launcher for Doom era games
|
||||
Exec=gzdoom
|
||||
Icon=org.zdoom.GZDoom.png
|
||||
Exec=gzdoom.sh
|
||||
Icon=org.zdoom.GZDoom
|
||||
Name=GZDoom
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
|
|
|
@ -90,7 +90,7 @@ modules:
|
|||
sources:
|
||||
- type: script
|
||||
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
|
||||
- type: file
|
||||
path: org.zdoom.GZDoom.desktop
|
||||
|
|
Loading…
Reference in a new issue