Commit 805e1196 authored by 邱阿朋's avatar 邱阿朋

fix(build): 修正价格计算器可执行文件的生成

- 将 gui.py 更改为 price_gui.py,以确保生成正确的可执行文件- 此修改解决了价格计算器可执行文件生成错误的问题
parent 8665b60e
...@@ -21,7 +21,7 @@ REM pyinstaller -F -n easy_gui.exe --noconsole easy_gui.py ...@@ -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 tools_gui_%VERSION%.exe --noconsole tool_gui.py
pyinstaller -F -n super_gui_%VERSION%.exe --noconsole super_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 文件 REM 删除生成的 .spec 文件
del *.spec del *.spec
......
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