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