mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
Merge branch 'mac-fixes' into 'master'
Fix a few mac related issues. See merge request openlp/packaging!9
This commit is contained in:
commit
de9ee75694
@ -142,7 +142,8 @@
|
|||||||
<string>OpenLP.help</string>
|
<string>OpenLP.help</string>
|
||||||
<key>CFBundleHelpBookName</key>
|
<key>CFBundleHelpBookName</key>
|
||||||
<string>org.openlp.OpenLP.help</string>
|
<string>org.openlp.OpenLP.help</string>
|
||||||
|
<!-- Disabled beacuse window appears blank, see https://github.com/pyinstaller/pyinstaller/issues/4627
|
||||||
<key>NSRequiresAquaSystemAppearance</key>
|
<key>NSRequiresAquaSystemAppearance</key>
|
||||||
<false/>
|
<false/>-->
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -20,8 +20,10 @@
|
|||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
|
# 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.maclocontroller',
|
||||||
'openlp.plugins.presentations.lib.pdfcontroller',
|
'openlp.plugins.presentations.lib.pdfcontroller',
|
||||||
'openlp.plugins.presentations.lib.powerpointcontroller',
|
'openlp.plugins.presentations.lib.powerpointcontroller',
|
||||||
'openlp.plugins.presentations.lib.pptviewcontroller']
|
'openlp.plugins.presentations.lib.powerpointmaccontroller']
|
||||||
|
Loading…
Reference in New Issue
Block a user