mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-01-19 12:45:38 +00:00
Merge pull request #66 from flathub/bash-exec
Use `exec` to remove one layer of bash-indirection
This commit is contained in:
commit
325a9a8f61
|
@ -38,7 +38,7 @@ modules:
|
|||
sources:
|
||||
- type: script
|
||||
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
|
||||
- type: file
|
||||
path: org.zdoom.GZDoom.desktop
|
||||
|
|
Loading…
Reference in a new issue