Change the target directory name, so it starts with Cura.
This commit is contained in:
parent
73506718bf
commit
f3d5009b0a
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue