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