Skip to content

Commit 844b177

Browse files
committed
fix(build): 启用控制台模式以改善调试体验
- 将 PyInstaller 的 console 参数从 False 改为 True - 允许在打包应用中显示控制台窗口 - 提高开发和故障排除期间的可见性
1 parent cfae850 commit 844b177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classroom_lottery.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ exe_update = EXE(
351351
upx=True,
352352
upx_exclude=[],
353353
runtime_tmpdir=None,
354-
console=False,
354+
console=True,
355355
disable_windowed_traceback=False,
356356
argv_emulation=False,
357357
target_arch=None,

0 commit comments

Comments
 (0)