mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Allow using the bundled mpv for testing on Windows
This commit is contained in:
parent
d9f1e22648
commit
bf10bbbb62
1 changed files with 4 additions and 0 deletions
4
run.bat
4
run.bat
|
@ -5,6 +5,10 @@ set PYTHONWARNINGS=default
|
|||
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
|
||||
.\out\pyenv\scripts\python tools\run.py %* || exit /b 1
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue