Fix run-qt5.15.bat (#2569)
This commit is contained in:
parent
9711044290
commit
0309f969e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue