try no console window

pull/629/head
Lex Neva 2020-03-14 22:12:58 -04:00
rodzic 0c166e09bd
commit 07bb0dab98
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ pyinstaller_args+="--hidden-import wx "
# We need to use the precompiled bootloader linked with graphical Mac OS X
# libraries if we develop a GUI application for Mac:
if [ "$BUILD" = "osx" ]; then
if [ "$BUILD" = "osx" -o "$BUILD" = "windows" ]; then
pyinstaller_args+="--windowed "
fi