1
0
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:
Jonathan Harris 2015-09-14 00:16:16 +01:00
parent 5f1899473c
commit 7f92108f4a

View File

@ -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': {