Fix automation tool and Cemu manifest error

This commit is contained in:
icenine451 2023-04-11 15:52:04 -04:00
parent dad928936c
commit f9bcb976c1
3 changed files with 5 additions and 4 deletions

View file

@ -1 +1 @@
https://buildbot.libretro.com/assets/cores/DOOM/Doom%20%28Shareware%29.zip,DOOMSHAPLACEHOLDER
https://buildbot.libretro.com/assets/cores/DOOM/Doom%20%28Shareware%29.zip^DOOMSHAPLACEHOLDER

View file

@ -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

View file

@ -1107,6 +1107,7 @@ modules:
config-opts:
- -DPORTABLE=false
- -DENABLE_VCPKG=false
build-options:
env:
- LC_ALL=C
sources: