chiark / gitweb /
Fix Mac version. 15.01-RC5
authordaid <daid303@gmail.com>
Mon, 22 Dec 2014 14:34:40 +0000 (15:34 +0100)
committerdaid <daid303@gmail.com>
Mon, 22 Dec 2014 14:34:40 +0000 (15:34 +0100)
build_app.py
package.sh

index 4a216ecb52adddef09f224d9554405d4676aa7f2..b2af5d943662afc4509c611a21c6a6a8b82e7469 100644 (file)
@@ -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,
index 6117a70173a6deed586b4a19149f8b66b1b13d52..14086e5bf12394eb6447864ce197c97bd4b14bc4 100755 (executable)
@@ -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