mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
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:
@@ -48,4 +48,6 @@ app = BUNDLE(exe,
|
|||||||
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
||||||
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania",
|
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania",
|
||||||
"LSMinimumSystemVersion": "10.10.0",
|
"LSMinimumSystemVersion": "10.10.0",
|
||||||
|
"NSRequiresAquaSystemAppearance": False,
|
||||||
|
"NSHighResolutionCapable": True,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user