diff options
Diffstat (limited to 'pkg/pyinst/app.spec')
-rw-r--r-- | pkg/pyinst/app.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec index bca9e431..e6304391 100644 --- a/pkg/pyinst/app.spec +++ b/pkg/pyinst/app.spec @@ -9,10 +9,13 @@ a = Analysis(['../../src/leap/bitmask/gui/app.py'], binaries=None, datas=None, hiddenimports=[ + 'scrypt', 'zope.interface', 'zope.proxy', 'PyQt5.QtCore', 'PyQt5.QtGui', 'PyQt5.QtWebKit', 'pysqlcipher', 'service_identity', - 'leap.common', 'leap.bitmask' + 'leap.common', 'leap.bitmask', + 'leap.bitmask.core.logs', + 'leap.bitmask_js', ], hookspath=[], runtime_hooks=[], |