mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
MANIFEST: fixed SRM wrapper to accept args
This commit is contained in:
parent
ef58758101
commit
a27ccd800b
|
@ -176,7 +176,7 @@ modules:
|
||||||
- type: script
|
- type: script
|
||||||
dest-filename: run.sh
|
dest-filename: run.sh
|
||||||
commands:
|
commands:
|
||||||
- /app/bin/zypak-wrapper.sh /app/srm/steam-rom-manager
|
- /app/bin/zypak-wrapper.sh /app/srm/steam-rom-manager "${@}"
|
||||||
- type: file
|
- type: file
|
||||||
dest-filename: srm.deb
|
dest-filename: srm.deb
|
||||||
url: https://github.com/SteamGridDB/steam-rom-manager/releases/download/v2.4.19/steam-rom-manager_2.4.19_amd64.deb
|
url: https://github.com/SteamGridDB/steam-rom-manager/releases/download/v2.4.19/steam-rom-manager_2.4.19_amd64.deb
|
||||||
|
|
Loading…
Reference in a new issue