Fix GAMEUPDATE.bat

This commit is contained in:
DazedAnon 2024-05-12 13:36:59 -05:00
parent 80aaca4510
commit 8cd228767b

View file

@ -58,7 +58,7 @@ REM Extract contents, overwriting conflicts
echo "Extracting..."
powershell -Command "Expand-Archive -Path '.\repo.zip' -DestinationPath '.' -Force"
echo "Applying patch..."
xcopy /s /e /y "%repo%-%branch%\*" ".."
xcopy /s /e /y "%repo%-%branch%\*" "."
REM Clean up
echo "Cleaning up..."