mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Automatically fetch win32 audio tools in .\run.bat
This commit is contained in:
parent
779ca57660
commit
7ff75ca936
1 changed files with 1 additions and 2 deletions
3
run.bat
3
run.bat
|
@ -6,9 +6,8 @@ set PYTHONPYCACHEPREFIX=out\pycache
|
|||
set ANKIDEV=1
|
||||
|
||||
REM put mpv on the path
|
||||
REM run tools\ninja extract:win_amd64_audio to download this
|
||||
set PATH=%PATH%;out\extracted\win_amd64_audio
|
||||
|
||||
call tools\ninja pylib/anki qt/aqt || exit /b 1
|
||||
call tools\ninja pylib/anki qt/aqt extract:win_amd64_audio || exit /b 1
|
||||
.\out\pyenv\scripts\python tools\run.py %* || exit /b 1
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue