fix: open_hw_manager→open_hw for 2018.3 batch mode compat; revert console=True

This commit is contained in:
2026-06-12 17:37:54 +08:00
parent c9eae220f0
commit 4da03e97d8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False, # GUI only, no terminal window
console=True, # show console for terminal log output
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,