Use console mode
This commit is contained in:
@@ -166,7 +166,7 @@ Note: resetting the ink waste counter is just removing a warning; not replacing
|
|||||||
|
|
||||||
## Creating an executable for the GUI
|
## 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`.
|
Install *pyinstaller* with `pip install pyinstaller`.
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ exe = EXE(
|
|||||||
upx=True,
|
upx=True,
|
||||||
upx_exclude=[],
|
upx_exclude=[],
|
||||||
runtime_tmpdir=None,
|
runtime_tmpdir=None,
|
||||||
console=False,
|
# console=False,
|
||||||
disable_windowed_traceback=False,
|
disable_windowed_traceback=False,
|
||||||
argv_emulation=False,
|
argv_emulation=False,
|
||||||
target_arch=None,
|
target_arch=None,
|
||||||
|
|||||||
Reference in New Issue
Block a user