From 12cebc3a2efaeaf090541fb39d05b4ebb7787f12 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 25 Feb 2025 13:46:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=93=E5=8C=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GxPrint.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GxPrint.py b/GxPrint.py index 6c7cce7..f8b2cc2 100644 --- a/GxPrint.py +++ b/GxPrint.py @@ -183,3 +183,5 @@ def str_printer(): if __name__ == '__main__': MyPrint().run() + +# pyinstaller --onefile --windowed --icon=001.ico GxPrint.py \ No newline at end of file