1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Fixed OS X GUI anomalies

This commit is contained in:
Paweł Jastrzębski
2015-09-17 10:35:54 +02:00
parent 65774c6f12
commit 112917754a
2 changed files with 2 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ if platform == 'darwin':
CFBundleTypeRole='Editor',
)
],
CFBundleIdentifier='re.iosphe.kcc',
CFBundleIdentifier='com.kindlecomicconverter.KindleComicConverter',
LSMinimumSystemVersion='10.8.0',
LSEnvironment=dict(
PATH='./../Resources:/usr/local/bin:/usr/bin:/bin'