From 8cd228767b8d6fae9354aee361c856173e36c6c1 Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Sun, 12 May 2024 13:36:59 -0500 Subject: [PATCH] Fix GAMEUPDATE.bat --- GAMEUPDATE.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."