feat: 打包命令

This commit is contained in:
caoqianming 2025-02-25 13:46:57 +08:00
parent ba1e6ec97b
commit 12cebc3a2e
1 changed files with 2 additions and 0 deletions

View File

@ -183,3 +183,5 @@ def str_printer():
if __name__ == '__main__':
MyPrint().run()
# pyinstaller --onefile --windowed --icon=001.ico GxPrint.py