Fix a few mac related issues.

This commit is contained in:
Tomas Groth 2020-09-20 21:55:26 +02:00
parent b6edde850a
commit f13b412e12
2 changed files with 6 additions and 3 deletions

View File

@ -142,7 +142,8 @@
<string>OpenLP.help</string>
<key>CFBundleHelpBookName</key>
<string>org.openlp.OpenLP.help</string>
<!-- Disabled beacuse window appears blank, see https://github.com/pyinstaller/pyinstaller/issues/4627
<key>NSRequiresAquaSystemAppearance</key>
<false/>
<false/>-->
</dict>
</plist>

View File

@ -20,8 +20,10 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
##########################################################################
hiddenimports = ['openlp.plugins.presentations.lib.impresscontroller',
hiddenimports = ['openlp.plugins.presentations.lib.applescriptbasecontroller',
'openlp.plugins.presentations.lib.impresscontroller',
'openlp.plugins.presentations.lib.keynoteontroller',
'openlp.plugins.presentations.lib.maclocontroller',
'openlp.plugins.presentations.lib.pdfcontroller',
'openlp.plugins.presentations.lib.powerpointcontroller',
'openlp.plugins.presentations.lib.pptviewcontroller']
'openlp.plugins.presentations.lib.powerpointmaccontroller']