Use exec to remove one layer of bash-indirection

This commit is contained in:
Eonfge 2024-02-14 08:51:26 +01:00 committed by GitHub
parent f74f868b98
commit cfd6a23efd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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