summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-03-14 22:12:58 -0400
committerLex Neva <github.com@lexneva.name>2020-03-14 22:12:58 -0400
commit07bb0dab98da3e06cb6bace27949dd291b0dd979 (patch)
treeb4f423d2784a6eb79e19448f9b41d23c409c8ada /bin
parent0c166e09bd6587728b87130ce5b611983745d2cc (diff)
try no console window
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build-python2
1 files changed, 1 insertions, 1 deletions
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