diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-03-14 22:12:58 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-03-14 22:12:58 -0400 |
| commit | 07bb0dab98da3e06cb6bace27949dd291b0dd979 (patch) | |
| tree | b4f423d2784a6eb79e19448f9b41d23c409c8ada /bin | |
| parent | 0c166e09bd6587728b87130ce5b611983745d2cc (diff) | |
try no console window
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/build-python | 2 |
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 |
