Commit 76e3f0a5 authored by 邱阿朋's avatar 邱阿朋

build: 更新 build.bat 文件以使用 uv 命令安装依赖- 将 pip.exe install 替换为 uv pip install,以提高构建效率

- 保持其他构建步骤不变,仅修改依赖安装方式
parent 268b83f9
......@@ -12,7 +12,7 @@ if "%1"=="" (
echo version: %VERSION%
REM 安装依赖
pip.exe install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
uv pip install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
REM 使用版本号生成 exe 文件
pyinstaller -F -n tool_cmd_%VERSION%.exe tool_cmd.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment