GUI.spec: Add Dark Mode support for binaries

Running from source will launch as lightmode due to older SDK used in Python
This commit is contained in:
Mykola Grymalyuk
2021-12-24 10:22:51 -07:00
parent 3c929edd4b
commit 5b97685274

View File

@@ -48,4 +48,6 @@ app = BUNDLE(exe,
"CFBundleShortVersionString": constants.Constants().patcher_version,
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania",
"LSMinimumSystemVersion": "10.10.0",
"NSRequiresAquaSystemAppearance": False,
"NSHighResolutionCapable": True,
})