mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
16 lines
487 B
Batchfile
Executable file
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\
|