From a1d87e57e0b5de3610a6349ee4fc9b3f2e0dc879 Mon Sep 17 00:00:00 2001 From: daid Date: Mon, 22 Dec 2014 15:34:40 +0100 Subject: Fix Mac version. --- build_app.py | 2 +- package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_app.py b/build_app.py index 4a216ecb52..b2af5d9436 100644 --- a/build_app.py +++ b/build_app.py @@ -8,7 +8,7 @@ if sys.platform.startswith('darwin'): version = os.environ['BUILD_NAME'] APP = ['Cura/cura.py'] - DATA_FILES = ['Cura/LICENSE', 'resources/images', 'resources/meshes', 'resources/example', 'resources/firmware', 'resources/locale', 'resources/machine_profiles', 'plugins'] + DATA_FILES = ['Cura/LICENSE', 'resources/images', 'resources/meshes', 'resources/example', 'resources/firmware', 'resources/locale', 'resources/machine_profiles', 'resources/quickprint', 'plugins'] PLIST = { u'CFBundleName': u'Cura', u'CFBundleShortVersionString': version, diff --git a/package.sh b/package.sh index 6117a70173..14086e5bf1 100755 --- a/package.sh +++ b/package.sh @@ -19,7 +19,7 @@ BUILD_TARGET=${1:-none} ##Do we need to create the final archive ARCHIVE_FOR_DISTRIBUTION=1 ##Which version name are we appending to the final archive -export BUILD_NAME=15.01-RC4 +export BUILD_NAME=15.01-RC5 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Which versions of external programs to use -- cgit v1.2.3