diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/build-python | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/build-python b/bin/build-python index d0d20670..2a8cda7c 100755 --- a/bin/build-python +++ b/bin/build-python @@ -25,6 +25,8 @@ fi if [ "$BUILD" = "linux" ]; then pyinstaller_args+="--hidden-import gi.repository.Gtk " + pyinstaller_args+="--hidden-import gi.repository.Gio " + pyinstaller_args+="--hidden-import wx " fi |
