Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amazon_reports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
common
amazon_reports
Commits
76e3f0a5
Commit
76e3f0a5
authored
Jun 20, 2025
by
邱阿朋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: 更新 build.bat 文件以使用 uv 命令安装依赖- 将 pip.exe install 替换为 uv pip install,以提高构建效率
- 保持其他构建步骤不变,仅修改依赖安装方式
parent
268b83f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build.bat
build.bat
+1
-1
No files found.
build.bat
View file @
76e3f0a5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment