diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
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' |