mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Fix BasebandManifest error A7
This commit is contained in:
parent
a4eacc24cc
commit
da42562436
@ -16,7 +16,7 @@ FRBaseband() {
|
||||
mv $Baseband saved/baseband
|
||||
mv BuildManifest.plist saved/$ProductType
|
||||
BuildManifest="saved/$ProductType/BuildManifest.plist"
|
||||
elif [[ $Baseband8 != 1 ]]; then
|
||||
elif [[ $DeviceProc != 7 && $Baseband8 != 1 ]]; then
|
||||
BuildManifest="saved/$ProductType/BuildManifest.plist"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user