X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=build_app.py;h=efa07ecf5f8de96cc1e3db06204196a3b71af6af;hb=215b9e1eeaa37d52f71d86d8c5b02e2b88d90dc4;hp=c9ee65ea82dd0705ba387d6155a9f502f3fcc810;hpb=54057a68a6093d90ce6a43c1681e049691c1206a;p=cura.git diff --git a/build_app.py b/build_app.py index c9ee65ea..efa07ecf 100644 --- a/build_app.py +++ b/build_app.py @@ -5,10 +5,10 @@ import os if sys.platform.startswith('darwin'): from setuptools import setup - version = os.environ['BUILD_NAME'] + version = os.environ['BUILD_VERSION'] 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,