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:
Diffstat (limited to 'build_app.py')
-rw-r--r--build_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_app.py b/build_app.py
index 6371c4feea..22707a0f22 100644
--- a/build_app.py
+++ b/build_app.py
@@ -6,7 +6,7 @@ if sys.platform.startswith('darwin'):
from setuptools import setup
APP = ['Cura/cura.py']
- DATA_FILES = ['Cura/LICENSE', 'Cura/resources/images', 'Cura/resources/meshes', 'Cura/resources/example', 'Cura/resources/firmware', 'Cura/resources/locale']
+ DATA_FILES = ['Cura/LICENSE', 'Cura/resources/images', 'Cura/resources/meshes', 'Cura/resources/example', 'Cura/resources/firmware', 'Cura/resources/locale', 'Cura/resources/machine_profiles']
PLIST = {
u'CFBundleName': u'Cura',
u'CFBundleShortVersionString': u'13.06.5',