mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-12 00:09:10 +01:00
Update restore.cmd for older iTunes
This commit is contained in:
parent
279e7a941c
commit
9518223a3f
12
restore.cmd
12
restore.cmd
@ -1,11 +1,13 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
if not exist "C:\Program Files\iTunes\iTunes.exe" (
|
if not exist "C:\Program Files\iTunes\iTunes.exe" (
|
||||||
echo [Error] iTunes does not seem to be installed.
|
if not exist "C:\Program Files (x86)\iTunes\iTunes.exe" (
|
||||||
echo * Please install iTunes 12.6.5 first before proceeding.
|
echo [Error] iTunes does not seem to be installed.
|
||||||
echo * Read the "How to Use" wiki page in GitHub for more details.
|
echo * Please install iTunes 12.6.5 or older before proceeding.
|
||||||
pause >nul
|
echo * Read the "How to Use" wiki page in GitHub for more details.
|
||||||
exit
|
pause >nul
|
||||||
|
exit
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
if not exist "C:\msys64\msys2.exe" (
|
if not exist "C:\msys64\msys2.exe" (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user