From 98865f8710b060a3e865affb6fee42016922b91a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 10 Apr 2009 22:24:42 +0900 Subject: [PATCH] bundle audio directory when packaging for mplayer --- mac/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/setup.py b/mac/setup.py index 0804ed5b9..1f1cad20c 100644 --- a/mac/setup.py +++ b/mac/setup.py @@ -44,7 +44,7 @@ DATA_FILES = [ 'libanki/anki/locale', 'ankiqt/ankiqt/locale', 'kakasi', - #'audio', + 'audio', 'ankiqt/imageformats', 'libanki/anki/features/chinese/unihan.db', ]