mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Fix automation tool and Cemu manifest error
This commit is contained in:
parent
dad928936c
commit
f9bcb976c1
|
@ -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
|
|
@ -6,7 +6,7 @@
|
||||||
rd_manifest=net.retrodeck.retrodeck.yml
|
rd_manifest=net.retrodeck.retrodeck.yml
|
||||||
sha_update_list=automation_tools/sha_to_update.cfg
|
sha_update_list=automation_tools/sha_to_update.cfg
|
||||||
|
|
||||||
while IFS="," read -r url placeholder
|
while IFS="^" read -r url placeholder
|
||||||
do
|
do
|
||||||
hash=$(curl -sL "$url" | sha256sum | cut -d ' ' -f1)
|
hash=$(curl -sL "$url" | sha256sum | cut -d ' ' -f1)
|
||||||
sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest
|
sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest
|
||||||
|
|
|
@ -1107,8 +1107,9 @@ modules:
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DPORTABLE=false
|
- -DPORTABLE=false
|
||||||
- -DENABLE_VCPKG=false
|
- -DENABLE_VCPKG=false
|
||||||
env:
|
build-options:
|
||||||
- LC_ALL=C
|
env:
|
||||||
|
- LC_ALL=C
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/cemu-project/Cemu
|
url: https://github.com/cemu-project/Cemu
|
||||||
|
|
Loading…
Reference in a new issue