diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-07-17 22:42:59 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-07-25 21:17:58 -0400 |
| commit | d994d2506e6d7e1c88fdf72d77600a577be1a08e (patch) | |
| tree | a6a058ccba6a7a7f64f6cc692a126e6dd8155c04 /bin | |
| parent | c0745f2b580c59b80c7b5a690bd9c0d8f5082968 (diff) | |
fix pyinstaller error
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/build-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-dist b/bin/build-dist index 0d435580..79c89838 100755 --- a/bin/build-dist +++ b/bin/build-dist @@ -20,7 +20,7 @@ fi pyinstaller_args+="--hidden-import gi.repository.Gtk " # mac and windows build seem to miss wx import -pyinstaller_args+="--hidden-import wx" +pyinstaller_args+="--hidden-import wx " # This lets pyinstaller see inkex.py, etc. pyinstaller_args+="-p inkscape-0.92.3/share/extensions " |
