diff options
Diffstat (limited to 'bin/build-python')
| -rwxr-xr-x | bin/build-python | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/build-python b/bin/build-python index 69058593..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 @@ -55,7 +55,3 @@ mv dist/bin dist/inkstitch if [ "$BUILD" = "osx" ]; then rm -rf dist/inkstitch.app/ fi - -# Inkscape doesn't let us run native binaries as extensions(?!). Instead we -# add this stub script which executes the binary that pyinstaller creates. -cp stub.py dist/inkstitch.py |
