projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112d548
)
delete the temporary directories.
author
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Thu, 27 Nov 2014 15:33:15 +0000
(21:03 +0530)
committer
Daira Hopwood
<daira@jacaranda.org>
Sat, 30 May 2015 18:11:05 +0000
(19:11 +0100)
build-win7-x86-64.bat
patch
|
blob
|
history
diff --git
a/build-win7-x86-64.bat
b/build-win7-x86-64.bat
index ff4eaf4063f3d614e1ba79cb17c5342051d1ddf4..21edb4667937396d32bdf9a0ea58dd6788faee7a 100644
(file)
--- 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
-r
mdir \
s ..\tahoe-lafs.x86-64
+r
d /q /
s ..\tahoe-lafs.x86-64