From 7d6ef3724e9a506c46fc9d4012e6318aaaea3a9c Mon Sep 17 00:00:00 2001 From: Daid Date: Tue, 1 Oct 2013 16:54:53 +0200 Subject: [PATCH] Add language files to mac release. --- build_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_app.py b/build_app.py index af9b7d4a..6371c4fe 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', -- 2.30.2