We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba26f7b commit f6dbac6Copy full SHA for f6dbac6
1 file changed
setup_exe.py
@@ -99,9 +99,9 @@
99
# os.environ['TK_LIBRARY'] = os.path.join(sys.exec_prefix, r'tcl\tk8.6')
100
dlls = os.path.join(sys.exec_prefix, 'Library', 'bin')
101
102
-base = None # None for cmd-line
+base = 'console' # None for cmd-line
103
if sys.platform == 'win32':
104
- base = 'Win32GUI' # If only a GUI should be shown
+ base = 'gui' # If only a GUI should be shown
105
106
# http://msdn.microsoft.com/en-us/library/windows/desktop/aa371847(v=vs.85).aspx
107
shortcut_table = [
0 commit comments