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>2013-10-01 18:54:53 +0400
committerDaid <Daid303@gmail.com>2013-10-01 18:54:53 +0400
commit7d6ef3724e9a506c46fc9d4012e6318aaaea3a9c (patch)
treee0871786ea61afc439b759f932dcff17559fd0fc /build_app.py
parent2de8becb4000ab530538e230276070edc75c00ac (diff)
Add language files to mac release.
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 af9b7d4a81..6371c4feea 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']
+ DATA_FILES = ['Cura/LICENSE', 'Cura/resources/images', 'Cura/resources/meshes', 'Cura/resources/example', 'Cura/resources/firmware', 'Cura/resources/locale']
PLIST = {
u'CFBundleName': u'Cura',
u'CFBundleShortVersionString': u'13.06.5',