diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-11-15 13:09:53 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 13fe706716a383e12b47c0458324580b6b12b84c (patch) | |
| tree | 7c7c19dfb5d9eb193c860b7a2c5ed8d18fc6605d /bin/build-python | |
| parent | 9747e057a26bfd203282925827f3ae20f2675b94 (diff) | |
windows build github action
Diffstat (limited to 'bin/build-python')
| -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 c740c782..7326e371 100755 --- a/bin/build-python +++ b/bin/build-python @@ -35,7 +35,7 @@ pyinstaller_args+="-p inkscape/share/extensions " pyinstaller_args+="--log-level DEBUG " if [ "$BUILD" = "windows" ]; then - wine c:\\Python\\scripts\\pyinstaller.exe $pyinstaller_args inkstitch.py + pyinstaller $pyinstaller_args inkstitch.py else # without the LD_LIBRARY_PATH, it seems that pyinstaller can't find all of # wxpython's shared libraries |
