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,