Fix run-qt5.15.bat (#2569)

This commit is contained in:
Hikaru Y 2023-07-10 09:35:43 +09:00 committed by GitHub
parent 9711044290
commit 0309f969e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ set PYTHONWARNINGS=default
set PYTHONPYCACHEPREFIX=out\pycache
set ANKIDEV=1
call tools\ninja pylib/anki qt/aqt pyenv-qt5.15 || exit /b 1
call tools\ninja pylib qt pyenv-qt5.15 || exit /b 1
.\out\pyenv-qt5.15\scripts\python tools\run.py %* || exit /b 1
popd