diff --git a/build_app.py b/build_app.py index 4a216ecb5..b2af5d943 100644 --- a/build_app.py +++ b/build_app.py @@ -8,7 +8,7 @@ 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 6117a7017..14086e5bf 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