Agent: Add pyinstaller hook for post_breach package

This commit is contained in:
Mike Salvatore 2021-08-23 09:43:46 -04:00
parent db8ea45197
commit 1ef884ae4e
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
from PyInstaller.utils.hooks import collect_data_files
datas = collect_data_files("infection_monkey.post_breach", include_py_files=False)