aboutsummaryrefslogtreecommitdiffstats
path: root/release/mitmproxy.spec
diff options
context:
space:
mode:
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,