mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 12:25:39 +00:00
TEST: temporary disabled the header generation
This commit is contained in:
parent
4dbab2ee8e
commit
84209fc82c
|
@ -8,7 +8,7 @@ mame_module="mame-module.yml"
|
|||
mame_manifest="net.retrodeck.mame.yml"
|
||||
command="/app/bin/mame"
|
||||
|
||||
sed -n '/command/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header"
|
||||
# sed -n '/command/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header" TEMPORARY DISABLED TO TRY A BUILD WITH ANOTHER RUNTIME
|
||||
echo -e "command: $command\n" >> "$manifest_header"
|
||||
sed -i '/^[[:space:]]*#/d' "$manifest_header"
|
||||
sed -i 's/[[:space:]]*#.*$//' "$manifest_header"
|
||||
|
|
Loading…
Reference in a new issue