Better support for macOS dark mode (#159)
This commit is contained in:
parent
f244255386
commit
9e4a560911
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user