Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid <daid303@gmail.com>2013-10-07 11:55:52 +0400
committerdaid <daid303@gmail.com>2013-10-07 11:55:52 +0400
commite86482002e9932b3a7bf01d45d372c404891076a (patch)
tree7c460a4e69675ae4678adc667ccfd60e57a04ad7 /package.sh
parent75ed020c899c4435d42fdfaf286266264ed38761 (diff)
Update build_app.py to use proper versions, maybe this fixes the random Mac bugs when multiple Cura versions are installed. Always show the plugins, even if no plugins are found.
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index e212845c9a..c1e0303c57 100755
--- a/package.sh
+++ b/package.sh
@@ -17,7 +17,7 @@ BUILD_TARGET=${1:-all}
##Do we need to create the final archive
ARCHIVE_FOR_DISTRIBUTION=1
##Which version name are we appending to the final archive
-BUILD_NAME=13.10-MultiLanguageTest
+BUILD_NAME=13.10
TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}
##Which versions of external programs to use