mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 19:10:15 +10:00
Pyinstaller: resolve formatting
This commit is contained in:
@@ -46,7 +46,7 @@ app = BUNDLE(exe,
|
|||||||
bundle_identifier="com.dortania.opencore-legacy-patcher-wxpython",
|
bundle_identifier="com.dortania.opencore-legacy-patcher-wxpython",
|
||||||
info_plist={
|
info_plist={
|
||||||
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
||||||
"NSHumanReadableCopyright": constants.Constants().copyright_date
|
"NSHumanReadableCopyright": constants.Constants().copyright_date,
|
||||||
"LSMinimumSystemVersion": "10.10.0",
|
"LSMinimumSystemVersion": "10.10.0",
|
||||||
"NSRequiresAquaSystemAppearance": False,
|
"NSRequiresAquaSystemAppearance": False,
|
||||||
"NSHighResolutionCapable": True,
|
"NSHighResolutionCapable": True,
|
||||||
|
|||||||
@@ -40,5 +40,5 @@ app = BUNDLE(exe,
|
|||||||
info_plist={
|
info_plist={
|
||||||
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
||||||
"CFBundleExecutable": "MacOS/Launcher",
|
"CFBundleExecutable": "MacOS/Launcher",
|
||||||
"NSHumanReadableCopyright": "Copyright 2020-2022 Dortania"
|
"NSHumanReadableCopyright": constants.Constants().copyright_date,
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user