From 1dc31bb360d84cfb5e102da727ec4fd42bddff4e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 20 Aug 2025 00:23:07 +1000 Subject: [PATCH] One step closer to tools/run-qt* on Windows Doing the rest manually for now --- run.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run.bat b/run.bat index c689dda16..aecbf2491 100755 --- a/run.bat +++ b/run.bat @@ -9,6 +9,8 @@ set QTWEBENGINE_CHROMIUM_FLAGS=--remote-allow-origins=http://localhost:8080 set ANKI_API_PORT=40000 set ANKI_API_HOST=127.0.0.1 +@if not defined PYENV set PYENV=out\pyenv + call tools\ninja pylib qt || exit /b 1 -.\out\pyenv\scripts\python tools\run.py %* || exit /b 1 +%PYENV%\Scripts\python tools\run.py %* || exit /b 1 popd