diff --git a/resources/depends.sh b/resources/depends.sh index 32d6b67..5176711 100755 --- a/resources/depends.sh +++ b/resources/depends.sh @@ -84,7 +84,6 @@ SetToolPaths() { opensslver=$(openssl version | awk '{print $2}' | cut -c -3) if [[ $opensslver == "3"* ]]; then cherrybin="env LD_LIBRARY_PATH=../resources/lib $cherrybin" - idevicerestore="${idevicerestore}2" fi elif [[ $platform == "macos" ]]; then diff --git a/resources/lib/libcrypto.so.1.1 b/resources/lib/libcrypto.so.1.1 index 7e5936d..096400d 100644 Binary files a/resources/lib/libcrypto.so.1.1 and b/resources/lib/libcrypto.so.1.1 differ diff --git a/resources/lib/libssl.so.1.1 b/resources/lib/libssl.so.1.1 deleted file mode 100644 index 282c0b2..0000000 Binary files a/resources/lib/libssl.so.1.1 and /dev/null differ diff --git a/resources/tools/idevicerestore_linux b/resources/tools/idevicerestore_linux index 6259f9b..7e43145 100755 Binary files a/resources/tools/idevicerestore_linux and b/resources/tools/idevicerestore_linux differ diff --git a/resources/tools/idevicerestore_linux2 b/resources/tools/idevicerestore_linux2 deleted file mode 100755 index 59ab7ea..0000000 Binary files a/resources/tools/idevicerestore_linux2 and /dev/null differ