From 206e306c37caddcd1d7188efb7fc339859ec914a Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Wed, 30 Sep 2020 21:46:18 +0200 Subject: [PATCH] Fix typo that prevent inclusion of the keynotecontroller. --- .../hook-openlp.plugins.presentations.presentationplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',