Better support for macOS dark mode (#159)

This commit is contained in:
davide-romanini 2019-10-05 23:53:56 +02:00 committed by GitHub
parent f244255386
commit 9e4a560911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ app = BUNDLE(exe,
icon='mac/app.icns',
info_plist={
'NSHighResolutionCapable': 'True',
'NSRequiresAquaSystemAppearance': 'False',
'CFBundleDisplayName': 'ComicTagger',
'CFBundleShortVersionString': ctversion.version,
'CFBundleVersion': ctversion.version

View File

@ -4,5 +4,5 @@ unrar==0.3
natsort==3.5.2
PyPDF2==1.24
pillow>=4.3.0
PyQt5>=5.10.1
PyQt5>=5.12.2
pyinstaller>=3.5