mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-12 00:09:10 +01:00
Fix issue caused by previous commit
This commit is contained in:
parent
dfb69381e1
commit
85c1d94b7b
@ -3571,7 +3571,7 @@ ipsw_prepare_multipatch() {
|
|||||||
case $device_target_vers in
|
case $device_target_vers in
|
||||||
7* ) vers="7.1.2"; build="11D257";;
|
7* ) vers="7.1.2"; build="11D257";;
|
||||||
8* ) vers="8.4.1"; build="12H321";;
|
8* ) vers="8.4.1"; build="12H321";;
|
||||||
9* ) return;;
|
9* ) vers="9.3.5"; build="13G36";;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
saved_path="../saved/$device_type/$build"
|
saved_path="../saved/$device_type/$build"
|
||||||
@ -4728,7 +4728,7 @@ ipsw_prepare() {
|
|||||||
fi
|
fi
|
||||||
if [[ $ipsw_fourthree == 1 ]]; then
|
if [[ $ipsw_fourthree == 1 ]]; then
|
||||||
ipsw_prepare_fourthree_part2
|
ipsw_prepare_fourthree_part2
|
||||||
elif [[ $ipsw_isbeta == 1 || $ipsw_gasgauge_patch == 1 ]]; then
|
elif [[ $ipsw_isbeta == 1 && $device_target_vers != "9"* ]] || [[ $ipsw_gasgauge_patch == 1 ]]; then
|
||||||
ipsw_prepare_multipatch
|
ipsw_prepare_multipatch
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user