comparison setup.py @ 466:5da148acb36a

Fixed icon in .app file. \o/ (Why does py2app not just do this for us?)
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 17 Sep 2011 21:39:15 +0200
parents 6ce6787f3635
children 9afaa1969d6f
comparison
equal deleted inserted replaced
465:738712143645 466:5da148acb36a
100 }, 100 },
101 'py2app': { 101 'py2app': {
102 'app': ['run_game.py'], 102 'app': ['run_game.py'],
103 'argv_emulation': True, 103 'argv_emulation': True,
104 'iconfile': 'data/icons/program/icon.icns', 104 'iconfile': 'data/icons/program/icon.icns',
105 # 'dist_dir': 'dist/mutable-mamba-%s' % VERSION_STR,
106 # 'bdist_base': 'build/bdist',
107 'packages': [ 105 'packages': [
108 'logging', 'encodings', 'pygame', 'mamba', 'data', 106 'logging', 'encodings', 'pygame', 'mamba', 'data',
109 ], 107 ],
110 'excludes': ['numpy'], 108 'excludes': ['numpy'],
111 }}, 109 }},