diff --git a/pyinstaller-hooks/hook-openlp.plugins.presentations.presentationplugin.py b/pyinstaller-hooks/hook-openlp.plugins.presentations.presentationplugin.py index e7e6fe2..1d5f691 100644 --- a/pyinstaller-hooks/hook-openlp.plugins.presentations.presentationplugin.py +++ b/pyinstaller-hooks/hook-openlp.plugins.presentations.presentationplugin.py @@ -22,7 +22,7 @@ hiddenimports = ['openlp.plugins.presentations.lib.applescriptbasecontroller', 'openlp.plugins.presentations.lib.impresscontroller', - 'openlp.plugins.presentations.lib.keynoteontroller', + 'openlp.plugins.presentations.lib.keynotecontroller', 'openlp.plugins.presentations.lib.maclocontroller', 'openlp.plugins.presentations.lib.pdfcontroller', 'openlp.plugins.presentations.lib.powerpointcontroller',