From bf10bbbb62b047132f24c99d335042eee6b92d32 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 16 Feb 2023 17:22:06 +1000 Subject: [PATCH] Allow using the bundled mpv for testing on Windows --- run.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run.bat b/run.bat index 899e9bf4f..7b4fd5438 100755 --- a/run.bat +++ b/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