mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-04-07 11:57:55 +02:00
Fix a gasgauge patch ipsw create condition
This commit is contained in:
parent
95ae69a646
commit
3d10c1b035
@ -5539,7 +5539,8 @@ ipsw_prepare() {
|
||||
4 )
|
||||
if [[ $device_target_tethered == 1 ]]; then
|
||||
ipsw_prepare_tethered
|
||||
elif [[ $device_target_other == 1 ]] || [[ $device_target_vers == "$device_latest_vers" && $ipsw_jailbreak == 1 ]]; then
|
||||
elif [[ $device_target_other == 1 || $ipsw_gasgauge_patch == 1 ]] ||
|
||||
[[ $device_target_vers == "$device_latest_vers" && $ipsw_jailbreak == 1 ]]; then
|
||||
case $device_type in
|
||||
iPhone2,1 ) ipsw_prepare_jailbreak;;
|
||||
iPod2,1 ) ipsw_prepare_custom;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user