This commit is contained in:
LukeZGD 2021-08-01 10:06:25 +08:00
parent b6fa9f2f95
commit 394f3edc59

View File

@ -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"