From 069bcf838771d0473604bbb8cd0f3a62faafeb12 Mon Sep 17 00:00:00 2001 From: Ircama Date: Tue, 30 Jul 2024 08:09:01 +0200 Subject: [PATCH] Use console mode --- README.md | 2 +- epson_print_conf.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d72125..6ad8019 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Note: resetting the ink waste counter is just removing a warning; not replacing ## Creating an executable for the GUI -Alternatively to run the GUI via `python ui.py`, it is possible to build an executable file via *pyinstaller*. +Alternatively to running the GUI via `python ui.py`, it is possible to build an executable file via *pyinstaller*. Install *pyinstaller* with `pip install pyinstaller`. diff --git a/epson_print_conf.spec b/epson_print_conf.spec index 5896ef7..8fc7bac 100644 --- a/epson_print_conf.spec +++ b/epson_print_conf.spec @@ -42,7 +42,7 @@ exe = EXE( upx=True, upx_exclude=[], runtime_tmpdir=None, - console=False, + # console=False, disable_windowed_traceback=False, argv_emulation=False, target_arch=None,