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