Skip to content

Commit

Permalink
Agent: Add pyinstaller hook for post_breach package
Browse files Browse the repository at this point in the history
Fixes #1405
Fixes #1419
  • Loading branch information
mssalvatore committed Aug 23, 2021
1 parent db8ea45 commit 71c33c2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from PyInstaller.utils.hooks import collect_data_files

datas = collect_data_files("infection_monkey.post_breach", include_py_files=False)

0 comments on commit 71c33c2

Please sign in to comment.