about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-09-16 19:00:45 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-09-16 19:00:45 +0200
commit7b3ce8827fbaded0b3de28f84965314edec1231b (patch)
tree301bad09cabe312baf43b3b6d0128f07243717b4
parentFixed stupid typo (diff)
downloadkcc-7b3ce8827fbaded0b3de28f84965314edec1231b.tar.gz
kcc-7b3ce8827fbaded0b3de28f84965314edec1231b.tar.bz2
kcc-7b3ce8827fbaded0b3de28f84965314edec1231b.zip
Updated OS X build environment
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0857e8f..bd038b8 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ if platform == 'darwin':
             py2app=dict(
                 argv_emulation=True,
                 iconfile='icons/comic2ebook.icns',
-                includes=['sip'],
+                includes=['sip', 'PyQt5.QtPrintSupport'],
                 resources=['LICENSE.txt', 'other/qt.conf', 'other/Additional-LICENSE.txt', 'other/unrar', 'other/7za'],
                 plist=dict(
                     CFBundleName='Kindle Comic Converter',
@@ -49,6 +49,7 @@ if platform == 'darwin':
                             CFBundleTypeRole='Editor',
                         )
                     ],
+                    CFBundleIdentifier='re.iosphe.kcc',
                     LSMinimumSystemVersion='10.8.0',
                     LSEnvironment=dict(
                         PATH='./../Resources:/usr/local/bin:/usr/bin:/bin'