From 84209fc82c57c09aec45960192705adaf55e8ce3 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 26 Jun 2024 22:39:31 +0900 Subject: [PATCH] TEST: temporary disabled the header generation --- automation_tools/update_mame_manifest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/update_mame_manifest.sh b/automation_tools/update_mame_manifest.sh index 7df9574..c241908 100755 --- a/automation_tools/update_mame_manifest.sh +++ b/automation_tools/update_mame_manifest.sh @@ -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"