From: daid Date: Mon, 22 Dec 2014 14:34:40 +0000 (+0100) Subject: Fix Mac version. X-Git-Tag: 15.01-RC5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a1d87e57e0b5de3610a6349ee4fc9b3f2e0dc879;p=cura.git Fix Mac version. --- diff --git a/build_app.py b/build_app.py index 4a216ecb..b2af5d94 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 6117a701..14086e5b 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