summaryrefslogtreecommitdiff
path: root/pkg/pyinst/app.spec
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-27 14:33:39 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-27 16:19:26 -0400
commit40debc7182d9a20cc2a1ec2b6a162a065a3183c0 (patch)
tree9f782637b691ae994be632f3f5f76fe8a93d5afd /pkg/pyinst/app.spec
parent4d8e63e890e88c58feb750dd56ecbf60bed9b462 (diff)
[pkg] some bundling hacks
Diffstat (limited to 'pkg/pyinst/app.spec')
-rw-r--r--pkg/pyinst/app.spec5
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=[],