Skip to content

Commit f6dbac6

Browse files
authored
Adapt to cx-freeze 8.5.0
1 parent ba26f7b commit f6dbac6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup_exe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
# os.environ['TK_LIBRARY'] = os.path.join(sys.exec_prefix, r'tcl\tk8.6')
100100
dlls = os.path.join(sys.exec_prefix, 'Library', 'bin')
101101

102-
base = None # None for cmd-line
102+
base = 'console' # None for cmd-line
103103
if sys.platform == 'win32':
104-
base = 'Win32GUI' # If only a GUI should be shown
104+
base = 'gui' # If only a GUI should be shown
105105

106106
# http://msdn.microsoft.com/en-us/library/windows/desktop/aa371847(v=vs.85).aspx
107107
shortcut_table = [

0 commit comments

Comments
 (0)