diff options
Diffstat (limited to 'release/hooks/hook-pydivert.py')
| -rw-r--r-- | release/hooks/hook-pydivert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/hooks/hook-pydivert.py b/release/hooks/hook-pydivert.py index 3fe8c552..72b7eb7d 100644 --- a/release/hooks/hook-pydivert.py +++ b/release/hooks/hook-pydivert.py @@ -1,3 +1,3 @@ from PyInstaller.utils.hooks import collect_data_files -datas = collect_data_files('pydivert.windivert_dll')
\ No newline at end of file +datas = collect_data_files('pydivert.windivert_dll') |
