mirror of
https://github.com/ciromattia/kcc
synced 2025-12-24 23:23:27 +00:00
Updated OS X build environment
This commit is contained in:
3
setup.py
3
setup.py
@@ -33,7 +33,7 @@ if platform == 'darwin':
|
|||||||
py2app=dict(
|
py2app=dict(
|
||||||
argv_emulation=True,
|
argv_emulation=True,
|
||||||
iconfile='icons/comic2ebook.icns',
|
iconfile='icons/comic2ebook.icns',
|
||||||
includes=['sip'],
|
includes=['sip', 'PyQt5.QtPrintSupport'],
|
||||||
resources=['LICENSE.txt', 'other/qt.conf', 'other/Additional-LICENSE.txt', 'other/unrar', 'other/7za'],
|
resources=['LICENSE.txt', 'other/qt.conf', 'other/Additional-LICENSE.txt', 'other/unrar', 'other/7za'],
|
||||||
plist=dict(
|
plist=dict(
|
||||||
CFBundleName='Kindle Comic Converter',
|
CFBundleName='Kindle Comic Converter',
|
||||||
@@ -49,6 +49,7 @@ if platform == 'darwin':
|
|||||||
CFBundleTypeRole='Editor',
|
CFBundleTypeRole='Editor',
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
CFBundleIdentifier='re.iosphe.kcc',
|
||||||
LSMinimumSystemVersion='10.8.0',
|
LSMinimumSystemVersion='10.8.0',
|
||||||
LSEnvironment=dict(
|
LSEnvironment=dict(
|
||||||
PATH='./../Resources:/usr/local/bin:/usr/bin:/bin'
|
PATH='./../Resources:/usr/local/bin:/usr/bin:/bin'
|
||||||
|
|||||||
Reference in New Issue
Block a user