diff options
| author | samsci | 2025-10-14 17:18:59 +1000 |
|---|---|---|
| committer | samsci | 2025-10-14 17:18:59 +1000 |
| commit | faea91f74a5b8815a5b9bf2d7596922e16789f22 (patch) | |
| tree | 218c8cc791b8fa023b39daa34cf3601a4e324de3 | |
| parent | 12bbb9025d4bff7caf04fa8e3c013196e81e2b40 (diff) | |
| download | picostream-faea91f74a5b8815a5b9bf2d7596922e16789f22.tar.gz picostream-faea91f74a5b8815a5b9bf2d7596922e16789f22.zip | |
.
| -rw-r--r-- | .python-version | 1 | ||||
| -rw-r--r-- | PicoStream.spec | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..24ee5b1 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.13 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, |
