mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
updated fetch-prebuilt.sh to reflect libem_proxy-ios.a renaming
This commit is contained in:
2
Dependencies/fetch-prebuilt.sh
vendored
Normal file → Executable file
2
Dependencies/fetch-prebuilt.sh
vendored
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user