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' 'PyQt4.phonon'
], ],
'iconfile': 'trayicon32.icns' 'iconfile': 'trayicon32.icns'
# , ,
# 'plist': { 'plist': {
# 'CFBundleDisplayName': 'Pesterchum v3', 'NSHumanReadableCopyright': 'GPL v3',
# 'NSHumanReadableCopyright': 'GPLv3', 'CFBundleIdentifier': 'skaianet.Pesterchum',
# 'CFBundleGetInfoString': 'o_O???', }
# 'CFBundleIdentifier': 'org.pythonmac.pesterchum',
# 'CFBundleVersion': LONG_VERSION,
# 'CFBundleShortVersionString': SHORT_VERSION
# }
} }
setup( setup(
name='Pesterchum', name='Pesterchum',