From 394f3edc596396b52b2d93351b07772a89540f11 Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Sun, 1 Aug 2021 10:06:25 +0800 Subject: [PATCH] Fix #112 --- resources/depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/depends.sh b/resources/depends.sh index babc06c..5b5c81d 100755 --- a/resources/depends.sh +++ b/resources/depends.sh @@ -1,7 +1,7 @@ #!/bin/bash SetToolPaths() { - local MPath="./resources/libimobiledevice_" + MPath="./resources/libimobiledevice_" if [[ $OSTYPE == "linux"* ]]; then . /etc/os-release 2>/dev/null platform="linux"