From f3d5009b0add8989238c90ce1f9ddf2652ac8e65 Mon Sep 17 00:00:00 2001 From: daid303 Date: Fri, 5 Oct 2012 19:31:16 +0200 Subject: [PATCH] Change the target directory name, so it starts with Cura. --- changelog | 1 + package.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 332a0ee..b2ff7f0 100644 --- a/changelog +++ b/changelog @@ -26,6 +26,7 @@ * Update: Improved loading speed for complex models * Fixed: Loading of ascii-stl files with Mac lineends * Update: Adjusted the quickprint low quality profile a bit, so it produces stronger parts +* Added: Ultimaker 3D platform for scale reference == Cura 12.08 == * Added: Loading STL files from the commandline diff --git a/package.sh b/package.sh index be22e08..16f2df6 100755 --- a/package.sh +++ b/package.sh @@ -17,7 +17,7 @@ BUILD_TARGET=${1:-all} ARCHIVE_FOR_DISTRIBUTION=1 ##Which version name are we appending to the final archive BUILD_NAME=12.10 -TARGET_DIR=${BUILD_TARGET}-Cura-${BUILD_NAME} +TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Which versions of external programs to use PYPY_VERSION=1.9