Made win32 build zip name same as linux/macos tgz names

master
daid 2012-02-15 13:53:12 +01:00
parent 836c18d731
commit 8a68eaa980
1 changed files with 1 additions and 1 deletions

View File

@ -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"