aboutsummaryrefslogtreecommitdiffstats
path: root/release/mitmproxy.spec
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-25 13:08:32 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-25 13:08:32 +1200
commit6d70b790df67013fcb84f699c8dac3414f4cbce2 (patch)
treea5187d71ef247a0c71bb086d524b1b65695e062d /release/mitmproxy.spec
parentc098ce887636d9d00190a5e6d18ef509526425b0 (diff)
downloadmitmproxy-6d70b790df67013fcb84f699c8dac3414f4cbce2.tar.gz
mitmproxy-6d70b790df67013fcb84f699c8dac3414f4cbce2.tar.bz2
mitmproxy-6d70b790df67013fcb84f699c8dac3414f4cbce2.zip
release: include resources PyInstaller doesn't record in spec files.
Diffstat (limited to 'release/mitmproxy.spec')
-rw-r--r--release/mitmproxy.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/mitmproxy.spec b/release/mitmproxy.spec
index cc324aa7..9aab5ef4 100644
--- a/release/mitmproxy.spec
+++ b/release/mitmproxy.spec
@@ -16,6 +16,10 @@ a.datas += Tree(
"./libmproxy/onboarding/static",
prefix="libmproxy/onboarding/static"
)
+a.datas += Tree(
+ "../venv.mitmproxy/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/src",
+ prefix = "cryptography/hazmat/bindings/openssl/src"
+)
pyz = PYZ(a.pure)
exe = EXE(pyz,
a.scripts,