Fix GAMEUPDATE.bat
This commit is contained in:
parent
80aaca4510
commit
8cd228767b
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ REM Extract contents, overwriting conflicts
|
||||||
echo "Extracting..."
|
echo "Extracting..."
|
||||||
powershell -Command "Expand-Archive -Path '.\repo.zip' -DestinationPath '.' -Force"
|
powershell -Command "Expand-Archive -Path '.\repo.zip' -DestinationPath '.' -Force"
|
||||||
echo "Applying patch..."
|
echo "Applying patch..."
|
||||||
xcopy /s /e /y "%repo%-%branch%\*" ".."
|
xcopy /s /e /y "%repo%-%branch%\*" "."
|
||||||
|
|
||||||
REM Clean up
|
REM Clean up
|
||||||
echo "Cleaning up..."
|
echo "Cleaning up..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue