mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make all files in audio/ executable
This commit is contained in:
parent
3b9866e70c
commit
29306b9790
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue