mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 03:04:31 +10:00
macos_install_handler.py: Add macOS 15 variant support to backend
This commit is contained in:
@@ -24,6 +24,7 @@ SFR_SOFTWARE_UPDATE_PATH: str = "SFR/com_apple_MobileAsset_SFRSoftwareUpdate/com
|
|||||||
CATALOG_URL_BASE: str = "https://swscan.apple.com/content/catalogs/others/index"
|
CATALOG_URL_BASE: str = "https://swscan.apple.com/content/catalogs/others/index"
|
||||||
CATALOG_URL_EXTENSION: str = ".merged-1.sucatalog"
|
CATALOG_URL_EXTENSION: str = ".merged-1.sucatalog"
|
||||||
CATALOG_URL_VARIANTS: list = [
|
CATALOG_URL_VARIANTS: list = [
|
||||||
|
"15",
|
||||||
"14",
|
"14",
|
||||||
"13",
|
"13",
|
||||||
"12",
|
"12",
|
||||||
|
|||||||
Reference in New Issue
Block a user