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
805e1196
Commit
805e1196
authored
Aug 07, 2025
by
邱阿朋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(build): 修正价格计算器可执行文件的生成
- 将 gui.py 更改为 price_gui.py,以确保生成正确的可执行文件- 此修改解决了价格计算器可执行文件生成错误的问题
parent
8665b60e
Changes
1
Hide 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 @
805e1196
...
...
@@ -21,7 +21,7 @@ REM pyinstaller -F -n easy_gui.exe --noconsole easy_gui.py
pyinstaller -F -n tools_gui_%VERSION%.exe --noconsole tool_gui.py
pyinstaller -F -n super_gui_%VERSION%.exe --noconsole super_gui.py
pyinstaller -F -n price_gui_%VERSION%.exe --noconsole gui.py
pyinstaller -F -n price_gui_%VERSION%.exe --noconsole
price_
gui.py
REM 删除生成的 .spec 文件
del *.spec
...
...
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