aboutsummaryrefslogtreecommitdiffstats
path: root/release/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'release/hooks')
-rw-r--r--release/hooks/hook-mitmproxy.addons.onboardingapp.py3
-rw-r--r--release/hooks/hook-pydivert.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/release/hooks/hook-mitmproxy.addons.onboardingapp.py b/release/hooks/hook-mitmproxy.addons.onboardingapp.py
new file mode 100644
index 00000000..1587f40a
--- /dev/null
+++ b/release/hooks/hook-mitmproxy.addons.onboardingapp.py
@@ -0,0 +1,3 @@
+from PyInstaller.utils.hooks import collect_data_files
+
+datas = collect_data_files('mitmproxy.addons.onboardingapp') \ No newline at end of file
diff --git a/release/hooks/hook-pydivert.py b/release/hooks/hook-pydivert.py
new file mode 100644
index 00000000..3fe8c552
--- /dev/null
+++ b/release/hooks/hook-pydivert.py
@@ -0,0 +1,3 @@
+from PyInstaller.utils.hooks import collect_data_files
+
+datas = collect_data_files('pydivert.windivert_dll') \ No newline at end of file