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 2666828a..7cafadbf 100644
--- a/release/mitmproxy.spec
+++ b/release/mitmproxy.spec
@@ -2,7 +2,7 @@
from PyInstaller.utils.hooks import collect_data_files
-a = Analysis(['../mitmproxy'],
+a = Analysis(['../mitmproxy/mitmproxy'],
binaries=None,
datas=collect_data_files("libmproxy.onboarding"),
hiddenimports=[],