Skip to content

Commit

Permalink
Experimental base to console, for debug output on win 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Dec 9, 2024
1 parent 7215088 commit 341978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def find_files(directory, patterns):
extra_exe = {"base": None, "name": exe_name + "-cli.exe"}

# Standard graphical Win32 launcher
base = "Win32GUI"
base = "console"
build_exe_options["include_msvcr"] = True
exe_name += ".exe"

Expand Down

0 comments on commit 341978b

Please sign in to comment.