mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
Fix a few mac related issues.
This commit is contained in:
parent
b6edde850a
commit
f13b412e12
@ -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>
|
||||
|
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user