Link to troubleshooting Windows

This commit is contained in:
LukeZGD 2021-10-05 11:24:24 +08:00
parent 094e2dfcab
commit 3ebb64cda2

View File

@ -14,7 +14,7 @@ iDeviceRestore() {
Echo "* sudo codesign --sign - --force --deep resources/tools/idevicerestore_macos"
elif [[ $platform == "win" ]]; then
Echo "* Windows users may encounter errors like \"Unable to send APTicket\" or \"Unable to send iBEC\" in the restore process."
Echo "* To fix this, follow steps 1 to 5 here: https://github.com/m1stadev/futurerestore/tree/test#unable-to-send-ibec-error--8"
Echo "* To fix this, follow troubleshooting steps here: https://github.com/LukeZGD/iOS-OTA-Downgrader/wiki/Troubleshooting#windows"
fi
fi
}