Pyinstaller: resolve formatting

This commit is contained in:
Mykola Grymalyuk
2022-01-22 19:37:36 -07:00
parent f0f9f0b56d
commit 9f96fa43ec
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ app = BUNDLE(exe,
bundle_identifier="com.dortania.opencore-legacy-patcher-wxpython",
info_plist={
"CFBundleShortVersionString": constants.Constants().patcher_version,
"NSHumanReadableCopyright": constants.Constants().copyright_date
"NSHumanReadableCopyright": constants.Constants().copyright_date,
"LSMinimumSystemVersion": "10.10.0",
"NSRequiresAquaSystemAppearance": False,
"NSHighResolutionCapable": True,