Skip to content

Commit

Permalink
Add hook for kaleido that includes kaleido.scopes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Apr 6, 2024
1 parent 961d936 commit 7f38c40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/pyinstaller/hooks/hook-kaleido.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from PyInstaller.utils.hooks import collect_data_files, collect_submodules

datas = collect_data_files('kaleido')
hiddenimports = collect_submodules('kaleido.scopes')

0 comments on commit 7f38c40

Please sign in to comment.