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'
|
'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',
|
||||||
|
|
Loading…
Reference in a new issue