mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
c456b386dd
- pretty much the same as last time, except it was way easier to add now thanks to the code restructure - baseband will not be touched and will be intact this time, unlike before when baseband gets downgraded to the 8.4.1/6.1.3 version - it's still worse than futurerestore though, just use ota downgrader on linux/macos instead please
8 lines
219 B
Batchfile
Executable File
8 lines
219 B
Batchfile
Executable File
@echo off
|
|
C:\msys64\msys2.exe "./restore.sh"
|
|
|
|
rem Add the argument at the end of the line above if needed
|
|
rem Examples:
|
|
rem C:\msys64\msys2.exe "./restore.sh" NoDevice
|
|
rem C:\msys64\msys2.exe "./restore.sh" PwnedDevice
|