diff --git a/resources/depends.sh b/resources/depends.sh index ac75db0..380e1e6 100755 --- a/resources/depends.sh +++ b/resources/depends.sh @@ -91,7 +91,7 @@ SetToolPaths() { opensslver=$(openssl version | awk '{print $2}' | cut -c -3) if [[ $opensslver == "3"* ]]; then cherrybin="env LD_LIBRARY_PATH=../resources/lib $cherrybin" - idevicerestore="env LD_LIBRARY_PATH=../resources/lib $idevicerestore" + idevicerestore="env LD_LIBRARY_PATH=./resources/lib $idevicerestore" fi ipwndfu="$python2 ipwndfu" jq="$(which jq)"