mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
One step closer to tools/run-qt* on Windows
Doing the rest manually for now
This commit is contained in:
parent
6fa33777db
commit
1dc31bb360
1 changed files with 3 additions and 1 deletions
4
run.bat
4
run.bat
|
@ -9,6 +9,8 @@ set QTWEBENGINE_CHROMIUM_FLAGS=--remote-allow-origins=http://localhost:8080
|
||||||
set ANKI_API_PORT=40000
|
set ANKI_API_PORT=40000
|
||||||
set ANKI_API_HOST=127.0.0.1
|
set ANKI_API_HOST=127.0.0.1
|
||||||
|
|
||||||
|
@if not defined PYENV set PYENV=out\pyenv
|
||||||
|
|
||||||
call tools\ninja pylib qt || exit /b 1
|
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
|
popd
|
||||||
|
|
Loading…
Reference in a new issue