From 07bb0dab98da3e06cb6bace27949dd291b0dd979 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 14 Mar 2020 22:12:58 -0400 Subject: try no console window --- bin/build-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-python') diff --git a/bin/build-python b/bin/build-python index 6c4810dc..6c4ad9ce 100755 --- a/bin/build-python +++ b/bin/build-python @@ -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 -- cgit v1.2.3