Files
DP/temp_backup/Server_redundant/tempdemo/client/build.bat
zuowei1216 12395d8eca newrun
2025-12-30 14:46:22 +08:00

7 lines
122 B
Batchfile

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