Skip to content

Commit

Permalink
print amulet_editor hidden imports
Browse files Browse the repository at this point in the history
For some reason on linux a singular module is not being included
  • Loading branch information
gentlegiantJGC committed Aug 31, 2023
1 parent 37cd122 commit 0394c47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/amulet_editor/__pyinstaller/hook-amulet_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
*copy_metadata("amulet_editor", recursive=True),
]

print("hidden")
print(collect_submodules("amulet_editor", lambda name: name != "amulet_editor.plugins"))

hiddenimports = [
*collect_submodules("amulet_editor", lambda name: name != "amulet_editor.plugins"),
"PySide6",
Expand Down

0 comments on commit 0394c47

Please sign in to comment.