Skip to content

Commit 341978b

Browse files
committed
Experimental base to console, for debug output on win 11
1 parent 7215088 commit 341978b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def find_files(directory, patterns):
214214
extra_exe = {"base": None, "name": exe_name + "-cli.exe"}
215215

216216
# Standard graphical Win32 launcher
217-
base = "Win32GUI"
217+
base = "console"
218218
build_exe_options["include_msvcr"] = True
219219
exe_name += ".exe"
220220

0 commit comments

Comments
 (0)