From 298c1b49cdce1689f0aa186c073cb7a6b50ec30f Mon Sep 17 00:00:00 2001 From: Lexi Date: Sun, 18 Sep 2011 16:04:21 +0800 Subject: [PATCH] Fiddled with py2app to make the bundle a bit nicer --- setup-py2app.py | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/setup-py2app.py b/setup-py2app.py index e456c66..8b1e280 100644 --- a/setup-py2app.py +++ b/setup-py2app.py @@ -35,15 +35,11 @@ OPTIONS = { 'PyQt4.phonon' ], 'iconfile': 'trayicon32.icns' -# , -# 'plist': { -# 'CFBundleDisplayName': 'Pesterchum v3', -# 'NSHumanReadableCopyright': 'GPLv3', -# 'CFBundleGetInfoString': 'o_O???', -# 'CFBundleIdentifier': 'org.pythonmac.pesterchum', -# 'CFBundleVersion': LONG_VERSION, -# 'CFBundleShortVersionString': SHORT_VERSION -# } + , + 'plist': { + 'NSHumanReadableCopyright': 'GPL v3', + 'CFBundleIdentifier': 'skaianet.Pesterchum', + } } setup( name='Pesterchum',