mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-17 08:56:22 +01:00
Fix drag and drop to terminal
This commit is contained in:
parent
7322551588
commit
b136abe5ec
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
trap "Clean" EXIT INT TERM
|
trap "Clean" EXIT INT TERM
|
||||||
|
|
||||||
|
cd "$(dirname $0)"
|
||||||
. ./resources/blobs.sh
|
. ./resources/blobs.sh
|
||||||
. ./resources/depends.sh
|
. ./resources/depends.sh
|
||||||
. ./resources/device.sh
|
. ./resources/device.sh
|
||||||
@ -221,5 +222,4 @@ SelectVersion() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
cd "$(dirname $0)"
|
|
||||||
Main $1
|
Main $1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user