diff --git a/pyinstaller-hooks/hook-openlp.py b/pyinstaller-hooks/hook-openlp.py index 659d2bc..a932da1 100644 --- a/pyinstaller-hooks/hook-openlp.py +++ b/pyinstaller-hooks/hook-openlp.py @@ -29,5 +29,6 @@ hiddenimports = [ 'openlp.plugins.custom.customplugin', 'openlp.plugins.songusage.songusageplugin', 'openlp.plugins.remotes.remoteplugin', - 'openlp.plugins.alerts.alertsplugin' + 'openlp.plugins.alerts.alertsplugin', + 'openlp.plugins.planningcenter.planningcenterplugin' ]