From b31221994dd07a88757736d1797c0ab37eb4b651 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 24 Aug 2024 00:13:03 +0900 Subject: [PATCH] Manifest was not initialized correctly --- automation_tools/update_manifest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/update_manifest.sh b/automation_tools/update_manifest.sh index 73a429b..90af8c0 100755 --- a/automation_tools/update_manifest.sh +++ b/automation_tools/update_manifest.sh @@ -8,7 +8,7 @@ module="module.yml" output_manifest="net.retrodeck.supermodel.yml" command="/app/bin/supermodel" -# sed -n '/command/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header" TEMPORARY DISABLED TO TRY A BUILD WITH ANOTHER RUNTIME +sed -n '/command/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header" echo -e "command: $command\n" >> "$manifest_header" sed -i '/^[[:space:]]*#/d' "$manifest_header" sed -i 's/[[:space:]]*#.*$//' "$manifest_header"