From 82f0d6b547ccc50f9ab2ce891408719ec6d187a9 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 28 Jan 2012 17:11:39 +0100 Subject: [PATCH] fix more windows stuff here. Now it works. --- misc/tools/rsync-updater/update-xonotic.bat | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/misc/tools/rsync-updater/update-xonotic.bat b/misc/tools/rsync-updater/update-xonotic.bat index 08ab5d8d..b51303e5 100644 --- a/misc/tools/rsync-updater/update-xonotic.bat +++ b/misc/tools/rsync-updater/update-xonotic.bat @@ -2,7 +2,7 @@ cd %~dp0 -del /s /y %TEMP%\xonotic-rsync-updater +del /s /q %TEMP%\xonotic-rsync-updater mkdir %TEMP%\xonotic-rsync-updater for %%f in (*.exe *.dll) do copy /b %%f %TEMP%\xonotic-rsync-updater\ @@ -97,12 +97,10 @@ if "%ProgramFiles(x86)%" == "" goto bit32 goto endbit :endbit -del /s /y %TEMP%\xonotic-rsync-updater -mkdir %TEMP%\xonotic-rsync-updater for %%f in (*.exe *.dll) do copy /b %%f %TEMP%\xonotic-rsync-updater\ %TEMP%\xonotic-rsync-updater\rsync %options% %excludes% %url% %target% %TEMP%\xonotic-rsync-updater\chmod -R a+x %target% :end -del /s /y %TEMP%\xonotic-rsync-updater +del /s /q %TEMP%\xonotic-rsync-updater pause -- 2.39.2