Fiddled with py2app to make the bundle a bit nicer
This commit is contained in:
parent
f05f6c845b
commit
298c1b49cd
1 changed files with 5 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue