This commit is contained in:
zuowei1216
2025-12-30 14:46:22 +08:00
parent 6c73b31100
commit 12395d8eca
181 changed files with 1255 additions and 114 deletions

View File

@@ -0,0 +1,7 @@
@echo off
rem D:\Python37\Scripts\pyinstaller.exe -w -i ./newapp.ico run.py
pyinstaller -w -i ./newapp.ico run.py
pause