mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 00:16:18 +08:00
Made win32 build zip name same as linux/macos tgz names
This commit is contained in:
parent
836c18d731
commit
8a68eaa980
2
build.sh
2
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user