From 5a471bdd0278a51c675d0ffa93c89a2c957357a9 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 20 Feb 2018 22:34:33 -0500 Subject: [PATCH] pyinstaller windowed mode breaks things? --- bin/build-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-dist b/bin/build-dist index fa9337800..8fa4b59f9 100755 --- a/bin/build-dist +++ b/bin/build-dist @@ -32,7 +32,7 @@ pyinstaller_args+="-p inkscape-0.92.2/share/extensions " mkdir -p dist/inkstitch/bin for extension in "$@"; do if [ "$BUILD" = "windows" ]; then - wine c:\\Python\\scripts\\pyinstaller.exe --windowed $pyinstaller_args ${extension}.py + wine c:\\Python\\scripts\\pyinstaller.exe $pyinstaller_args ${extension}.py else # without the LD_LIBRARY_PATH, it seems that pyinstaller can't find all of # wxpython's shared libraries