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>2014-12-22 17:34:40 +0300
committerdaid <daid303@gmail.com>2014-12-22 17:34:40 +0300
commita1d87e57e0b5de3610a6349ee4fc9b3f2e0dc879 (patch)
treea95f3f87b88a22f7bc060d87eecb34bc47788e2a
parent76706d0295b292ad922cc70a9f61dee10523e4bd (diff)
Fix Mac version.15.01-RC5
-rw-r--r--build_app.py2
-rwxr-xr-xpackage.sh2
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