updated fetch-prebuilt.sh to reflect libem_proxy-ios.a renaming

This commit is contained in:
Magesh K
2024-12-08 19:30:52 +05:30
parent c466e7698a
commit db84a38519

2
Dependencies/fetch-prebuilt.sh vendored Normal file → Executable file
View File

@@ -57,7 +57,7 @@ check_for_update() {
echo
wget -O "$1/lib$1-sim.a" "https://github.com/SideStore/$1/releases/latest/download/lib$1-sim.a"
if [[ "$1" != "minimuxer" ]]; then
wget -O "$1/lib$1.a" "https://github.com/SideStore/$1/releases/latest/download/lib$1.a"
wget -O "$1/lib$1-ios.a" "https://github.com/SideStore/$1/releases/latest/download/lib$1.a"
wget -O "$1/$1.h" "https://github.com/SideStore/$1/releases/latest/download/$1.h"
echo
else