Merge pull request from flathub/bash-exec

Use `exec` to remove one layer of bash-indirection
This commit is contained in:
Eonfge 2024-02-14 09:09:10 +01:00 committed by GitHub
commit 325a9a8f61
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