Changes file details based on feedback

This commit is contained in:
Eonfge 2019-09-10 18:28:48 +02:00
parent ab34194951
commit 198b5fe101
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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