From f9bcb976c16b1f539db41e756d04fe367e73eb28 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 11 Apr 2023 15:52:04 -0400 Subject: [PATCH] Fix automation tool and Cemu manifest error --- automation_tools/sha_update_list.cfg | 2 +- automation_tools/update_sha.sh | 2 +- net.retrodeck.retrodeck.yml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/automation_tools/sha_update_list.cfg b/automation_tools/sha_update_list.cfg index e3d13efe..8d6734f4 100644 --- a/automation_tools/sha_update_list.cfg +++ b/automation_tools/sha_update_list.cfg @@ -1 +1 @@ -https://buildbot.libretro.com/assets/cores/DOOM/Doom%20%28Shareware%29.zip,DOOMSHAPLACEHOLDER \ No newline at end of file +https://buildbot.libretro.com/assets/cores/DOOM/Doom%20%28Shareware%29.zip^DOOMSHAPLACEHOLDER \ No newline at end of file diff --git a/automation_tools/update_sha.sh b/automation_tools/update_sha.sh index ae3af0e9..032a806a 100644 --- a/automation_tools/update_sha.sh +++ b/automation_tools/update_sha.sh @@ -6,7 +6,7 @@ rd_manifest=net.retrodeck.retrodeck.yml sha_update_list=automation_tools/sha_to_update.cfg -while IFS="," read -r url placeholder +while IFS="^" read -r url placeholder do hash=$(curl -sL "$url" | sha256sum | cut -d ' ' -f1) sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 4f3befa2..ca357ec6 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -1107,8 +1107,9 @@ modules: config-opts: - -DPORTABLE=false - -DENABLE_VCPKG=false - env: - - LC_ALL=C + build-options: + env: + - LC_ALL=C sources: - type: git url: https://github.com/cemu-project/Cemu