aboutsummaryrefslogtreecommitdiffstats
path: root/release/hooks/hook-pydivert.py
diff options
context:
space:
mode:
Diffstat (limited to 'release/hooks/hook-pydivert.py')
-rw-r--r--release/hooks/hook-pydivert.py3
1 files changed, 3 insertions, 0 deletions
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