Fiddled with py2app to make the bundle a bit nicer

This commit is contained in:
Lexi 2011-09-18 16:04:21 +08:00 committed by Kiooeht
parent f05f6c845b
commit 298c1b49cd

View file

@ -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',