diff --git a/hooks/hook-propka.py b/hooks/hook-propka.py new file mode 100644 index 0000000..7807a1c --- /dev/null +++ b/hooks/hook-propka.py @@ -0,0 +1,2 @@ +from PyInstaller.utils.hooks import collect_data_files +datas = collect_data_files('propka') \ No newline at end of file