Fix push SDK

This commit is contained in:
Qiuzhizhe 2023-03-03 18:40:40 -08:00
parent e723c6c4cb
commit 6d752996a5

View File

@ -33,7 +33,7 @@ echo.
if not exist LiteLoaderSDK/Header/ (
echo [WARNING] LiteLoaderSDK files no found. Pulling from remote...
echo.
git clone %LL_SDK_REMOTE_PATH%
git clone %LL_SDK_REMOTE_PATH% LiteLoaderSDK
)
cd LiteLoaderSDK