From 7630fda7c3c41f50292bdbfa6a898af9aa23491e Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Fri, 6 Jan 2023 08:43:35 +0800 Subject: [PATCH] Fix #240 --- resources/depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"