chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836c18d
)
Made win32 build zip name same as linux/macos tgz names
author
daid
<daid303@gmail.com>
Wed, 15 Feb 2012 12:53:12 +0000
(13:53 +0100)
committer
daid
<daid303@gmail.com>
Wed, 15 Feb 2012 12:53:12 +0000
(13:53 +0100)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index 2ccd7a1ee010755a3a7ee908eedbb2b413c921fc..675b5b824825bb065aadce4d83159b3a58a2895e 100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-123,7
+123,7
@@
cp README ${TARGET_DIR}/README.txt
if (( ${ARCHIVE_FOR_DISTRIBUTION} )); then
if [ $BUILD_TARGET = "win32" ]; then
cd ${TARGET_DIR}
- 7z a ../
SkeinPyPy_${BUILD_TARGET}_${BUILD_NAME
}.zip *
+ 7z a ../
${TARGET_DIR
}.zip *
cd ..
else
echo "Archiving to ${TARGET_DIR}.tar.gz"