From 7f92108f4ad6e9a5ae06a965cd2a2af7a2c6ccb6 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Mon, 14 Sep 2015 00:16:16 +0100 Subject: [PATCH] Fix audio resources on OSX. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index db51d399..30a0e64d 100755 --- a/setup.py +++ b/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': {