]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
delete the temporary directories.
authorRamakrishnan Muthukrishnan <ram@leastauthority.com>
Thu, 27 Nov 2014 15:33:15 +0000 (21:03 +0530)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 30 Apr 2015 14:30:21 +0000 (15:30 +0100)
build-win7-x86-64.bat

index ff4eaf4063f3d614e1ba79cb17c5342051d1ddf4..21edb4667937396d32bdf9a0ea58dd6788faee7a 100644 (file)
@@ -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