diff --git a/GAMEUPDATE.bat b/GAMEUPDATE.bat index 9d2011f..b0f26d6 100644 --- a/GAMEUPDATE.bat +++ b/GAMEUPDATE.bat @@ -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..."