mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Fix audio resources on OSX.
This commit is contained in:
parent
5f1899473c
commit
7f92108f4a
3
setup.py
3
setup.py
@ -64,8 +64,7 @@ if sys.platform=='darwin':
|
||||
'frameworks': [ 'Sparkle.framework' ],
|
||||
'excludes': [ 'PIL', 'simplejson' ],
|
||||
'iconfile': '%s.icns' % APPNAME,
|
||||
'resources': ['snd_good.wav', 'snd_bad.wav'],
|
||||
'resources': ['stations.p', 'systems.p'],
|
||||
'resources': ['snd_good.wav', 'snd_bad.wav', 'stations.p', 'systems.p'],
|
||||
'semi_standalone': True,
|
||||
'site_packages': False,
|
||||
'plist': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user