aboutsummaryrefslogtreecommitdiff
path: root/PicoStream.spec
diff options
context:
space:
mode:
authorsamsci2025-10-14 17:18:59 +1000
committersamsci2025-10-14 17:18:59 +1000
commitfaea91f74a5b8815a5b9bf2d7596922e16789f22 (patch)
tree218c8cc791b8fa023b39daa34cf3601a4e324de3 /PicoStream.spec
parent12bbb9025d4bff7caf04fa8e3c013196e81e2b40 (diff)
downloadpicostream-faea91f74a5b8815a5b9bf2d7596922e16789f22.tar.gz
picostream-faea91f74a5b8815a5b9bf2d7596922e16789f22.zip
.
Diffstat (limited to 'PicoStream.spec')
-rw-r--r--PicoStream.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/PicoStream.spec b/PicoStream.spec
index 2a03dd2..fdadedf 100644
--- a/PicoStream.spec
+++ b/PicoStream.spec
@@ -91,7 +91,7 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
- console=False, # Creates a windowed (not console) executable
+ console=True, # useful for debugging for now
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,