summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-07-28 10:44:25 -0400
committerKali Kaneko <kali@leap.se>2017-07-28 21:10:26 -0400
commit4bef092ab9c1bd7ed531bd19f7e0b3137332deba (patch)
tree159be115af8f772032c9d8a99eae8abc8c6da320
parentdb7f98d9b088fbc316f006819f62f9df917e2a99 (diff)
[pkg] fix hidden import
-rw-r--r--pkg/pyinst/app.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec
index f693432..a14dbcb 100644
--- a/pkg/pyinst/app.spec
+++ b/pkg/pyinst/app.spec
@@ -15,7 +15,7 @@ if IS_MAC:
hiddenimports = [
'appdirs',
'scrypt', 'zope.interface', 'zope.proxy',
- 'pixelated_www', 'pixelated', 'chardet', 'whoosh', 'requests',
+ 'leap.pixelated_www', 'pixelated', 'chardet', 'whoosh', 'requests',
'pysqlcipher', 'service_identity',
'leap.common', 'leap.bitmask',
'leap.bitmask.core.logs',