From 112917754ac6e319f3d7d24eae31d8ba584c1930 Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Thu, 17 Sep 2015 10:35:54 +0200 Subject: Fixed OS X GUI anomalies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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' -- cgit 1.4.1