From 29306b9790df3f812d10545d47ec05f0e634b1e8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 11 Dec 2010 03:52:07 +0900 Subject: [PATCH] make all files in audio/ executable --- mac/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/setup.py b/mac/setup.py index 69fdfb42b..0511b308c 100644 --- a/mac/setup.py +++ b/mac/setup.py @@ -34,7 +34,7 @@ cp /Library/Frameworks/Python.framework/Versions/2.7/include/\ python2.7/pyconfig.h dist/Anki.app/Contents/Resources/include/\ python2.7/pyconfig.h") os.system("\ -chmod a+x dist/Anki.app/Contents/Resources/audio/mplayer") +chmod a+x dist/Anki.app/Contents/Resources/audio/*") if 'debug' in os.environ: return # make the dmg with the shell script