about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-09-17 10:35:54 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-09-17 10:35:54 +0200
commit112917754ac6e319f3d7d24eae31d8ba584c1930 (patch)
tree8b9aa7883674b906c2677dbedd18395ab5c84023 /setup.py
parentUpdated README + version bump (diff)
downloadkcc-112917754ac6e319f3d7d24eae31d8ba584c1930.tar.gz
kcc-112917754ac6e319f3d7d24eae31d8ba584c1930.tar.bz2
kcc-112917754ac6e319f3d7d24eae31d8ba584c1930.zip
Fixed OS X GUI anomalies
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bd038b8..52efd13 100755
--- a/setup.py
+++ b/setup.py
@@ -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'