fix launcher scripts

This commit is contained in:
llama 2025-10-14 09:48:26 +08:00
parent ada0722aeb
commit 6aeb1daecd
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3
2 changed files with 2 additions and 2 deletions

View file

@ -16,4 +16,4 @@ cp .python-version target/release/
cp qt/launcher/versions.py target/release/
cp qt/launcher/pyproject.toml target/release/
cp out/extracted/uv/uv target/release/uv.amd64
cp out/extracted/uv/uv target/debug/uv.arm64
cp out/extracted/uv/uv target/release/uv.arm64

View file

@ -12,5 +12,5 @@ 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\debug\
copy .\qt\launcher\pyproject.toml .\target\release\
copy .\out\extracted\uv\uv.exe .\target\release\