mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
force perms on mplayer
This commit is contained in:
parent
8a0d63c4ce
commit
ba3298cf3b
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ mkdir -p dist/Anki.app/Contents/Resources/include/python2.6")
|
||||||
cp /Library/Frameworks/Python.framework/Versions/2.6/include/\
|
cp /Library/Frameworks/Python.framework/Versions/2.6/include/\
|
||||||
python2.6/pyconfig.h dist/Anki.app/Contents/Resources/include/\
|
python2.6/pyconfig.h dist/Anki.app/Contents/Resources/include/\
|
||||||
python2.6/pyconfig.h")
|
python2.6/pyconfig.h")
|
||||||
|
os.system("\
|
||||||
|
chmod a+x dist/Anki.app/Contents/Resources/audio/mplayer")
|
||||||
if 'debug' in os.environ:
|
if 'debug' in os.environ:
|
||||||
return
|
return
|
||||||
# zlib
|
# zlib
|
||||||
|
|
Loading…
Reference in a new issue