aboutsummaryrefslogtreecommitdiffstats
path: root/release/mitmproxy.spec
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-11-06 11:44:37 +1300
committerAldo Cortesi <aldo@nullcube.com>2015-11-06 11:44:37 +1300
commitf16f2b9ce3be17607cd9721ecada32c1d65037b3 (patch)
tree9431ddfe72e99ae82ac48312f1bb4192ef7ff907 /release/mitmproxy.spec
parent6135e16482b5962d1b5019666b0db1cbb2881333 (diff)
downloadmitmproxy-f16f2b9ce3be17607cd9721ecada32c1d65037b3.tar.gz
mitmproxy-f16f2b9ce3be17607cd9721ecada32c1d65037b3.tar.bz2
mitmproxy-f16f2b9ce3be17607cd9721ecada32c1d65037b3.zip
Adjust pyinstaller spec paths
Diffstat (limited to 'release/mitmproxy.spec')
-rw-r--r--release/mitmproxy.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/mitmproxy.spec b/release/mitmproxy.spec
index a5a75d75..1f0a515b 100644
--- a/release/mitmproxy.spec
+++ b/release/mitmproxy.spec
@@ -4,7 +4,7 @@ from glob import glob
VENV = "../release/venv"
-a = Analysis(['../mitmproxy/mitmproxy'],
+a = Analysis(['../../mitmproxy/mitmproxy'],
hiddenimports=[],
hookspath=None,
runtime_hooks=None,