Skip to content

Commit

Permalink
Pyinstaller: add missing radicale hook.
Browse files Browse the repository at this point in the history
Fixes #331 and #334
  • Loading branch information
tasn committed Dec 22, 2024
1 parent 4bacbb8 commit f3b94bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyinstaller/hooks/hook-radicale.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from PyInstaller.utils.hooks import collect_submodules, copy_metadata

hiddenimports = collect_submodules("hook.none")

0 comments on commit f3b94bd

Please sign in to comment.