mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fix run-qt5.15.bat (#2569)
This commit is contained in:
parent
9711044290
commit
0309f969e7
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ set PYTHONWARNINGS=default
|
||||||
set PYTHONPYCACHEPREFIX=out\pycache
|
set PYTHONPYCACHEPREFIX=out\pycache
|
||||||
set ANKIDEV=1
|
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
|
.\out\pyenv-qt5.15\scripts\python tools\run.py %* || exit /b 1
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue