aboutsummaryrefslogtreecommitdiffstats
path: root/release/mitmweb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'release/mitmweb.spec')
-rw-r--r--release/mitmweb.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/mitmweb.spec b/release/mitmweb.spec
index e1fea1a3..cba9b5cd 100644
--- a/release/mitmweb.spec
+++ b/release/mitmweb.spec
@@ -2,7 +2,7 @@
from PyInstaller.utils.hooks import collect_data_files
-a = Analysis(['../mitmweb'],
+a = Analysis(['../mitmproxy/mitmweb'],
binaries=None,
datas=collect_data_files("libmproxy"),
hiddenimports=[],