From: Ramakrishnan Muthukrishnan Date: Thu, 27 Nov 2014 15:33:15 +0000 (+0530) Subject: delete the temporary directories. X-Git-Url: https://git.rkrishnan.org/tahoe_css?a=commitdiff_plain;h=37dd48a55ce5a60c5c1175c1712b69bd4b8bdac2;p=tahoe-lafs%2Ftahoe-lafs.git delete the temporary directories. --- diff --git a/build-win7-x86-64.bat b/build-win7-x86-64.bat index ff4eaf40..21edb466 100644 --- a/build-win7-x86-64.bat +++ b/build-win7-x86-64.bat @@ -50,6 +50,7 @@ c:\python27\python.exe setup.py build REM zip the tahoe directory and Python MSI installer REM first copy everything into a temp directory +rd /q /s ..\tahoe-lafs.x86-64 mkdir ..\tahoe-lafs.x86-64 xcopy /S . ..\tahoe-lafs.x86-64 @@ -64,4 +65,4 @@ REM tahoe-lafs.zip file. copy misc\build_helpers\windows\installer\Debug\installer.exe . copy /b installer.exe+..\tahoe-lafs.zip ..\install-tahoe-LAFS-x86-64.exe del installer.exe -rmdir \s ..\tahoe-lafs.x86-64 +rd /q /s ..\tahoe-lafs.x86-64