Anki/launcher.bat
2025-10-14 09:48:26 +08:00

16 lines
487 B
Batchfile
Executable file

@echo off
.\tools\ninja.bat node_modules extract:uv ts:generated
mkdir ,\target\debug
mkdir .\target\release
copy .\.python-version .\target\debug\
copy .\qt\launcher\versions.py .\target\debug\
copy .\qt\launcher\pyproject.toml .\target\debug\
copy .\out\extracted\uv\uv.exe .\target\debug\
copy .\.python-version .\target\release\
copy .\qt\launcher\versions.py .\target\release\
copy .\qt\launcher\pyproject.toml .\target\release\
copy .\out\extracted\uv\uv.exe .\target\release\