aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
Diffstat (limited to 'release')
-rw-r--r--release/hooks/hook-publicsuffix2.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/hooks/hook-publicsuffix2.py b/release/hooks/hook-publicsuffix2.py
new file mode 100644
index 00000000..f16c9911
--- /dev/null
+++ b/release/hooks/hook-publicsuffix2.py
@@ -0,0 +1,3 @@
+from PyInstaller.utils.hooks import collect_data_files
+
+datas = collect_data_files('publicsuffix2')