mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Use exec
to remove one layer of bash-indirection
This commit is contained in:
parent
f74f868b98
commit
cfd6a23efd
|
@ -38,7 +38,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: script
|
- type: script
|
||||||
commands:
|
commands:
|
||||||
- gzdoom +fluid_patchset /app/share/games/doom/soundfonts/gzdoom.sf2 "$@"
|
- exec gzdoom +fluid_patchset /app/share/games/doom/soundfonts/gzdoom.sf2 "$@"
|
||||||
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