Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrapper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exe = EXE(
upx=False,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
console=False,
Copy link

Copilot AI Aug 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting console=False will suppress all console output including error messages and debug information. Consider the impact on debugging and error reporting before deploying to production.

Suggested change
console=False,
console=True,

Copilot uses AI. Check for mistakes.
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
Expand Down
2 changes: 1 addition & 1 deletion engine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exe = EXE(
upx=False,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
console=False,
Copy link

Copilot AI Aug 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting console=False will suppress all console output including error messages and debug information. Consider the impact on debugging and error reporting before deploying to production.

Suggested change
console=False,
console=True,

Copilot uses AI. Check for mistakes.
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
Expand Down