mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-11 16:27:19 +10:00
Publish CFBundleVersion
This commit is contained in:
@@ -152,6 +152,7 @@ def main() -> None:
|
|||||||
# Update app version in Info.plist
|
# Update app version in Info.plist
|
||||||
plist_path = Path("dist/OpenCore-Patcher.app/Contents/Info.plist")
|
plist_path = Path("dist/OpenCore-Patcher.app/Contents/Info.plist")
|
||||||
contents = plistlib.load(plist_path.open("rb"))
|
contents = plistlib.load(plist_path.open("rb"))
|
||||||
|
contents["CFBundleVersion"] = constants.Constants().patcher_version
|
||||||
contents["CFBundleShortVersionString"] = constants.Constants().patcher_version
|
contents["CFBundleShortVersionString"] = constants.Constants().patcher_version
|
||||||
plistlib.dump(contents, plist_path.open("wb"))
|
plistlib.dump(contents, plist_path.open("wb"))
|
||||||
|
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ app = BUNDLE(coll,
|
|||||||
bundle_identifier="com.dortania.opencore-legacy-patcher",
|
bundle_identifier="com.dortania.opencore-legacy-patcher",
|
||||||
info_plist={
|
info_plist={
|
||||||
"CFBundleName": "OpenCore Legacy Patcher",
|
"CFBundleName": "OpenCore Legacy Patcher",
|
||||||
|
"CFBundleVersion": constants.Constants().patcher_version,
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user