Skip to content

Commit eaaa286

Browse files
committed
Removing console from CX_Freeze script, and resuming use of Win32GUI
1 parent d889b62 commit eaaa286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freeze.py

+1-1
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 = "console"
217+
base = "Win32GUI"
218218
build_exe_options["include_msvcr"] = True
219219
exe_name += ".exe"
220220

0 commit comments

Comments
 (0)