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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue