Update AMD Vanilla patches for macOS Tahoe 26.4.0+

This commit is contained in:
Hoang Hong Quan
2026-05-05 01:17:55 +07:00
committed by GitHub
parent 05bf424367
commit f268b8098b
+2 -2
View File
@@ -19,7 +19,7 @@ class gatheringFiles:
self.integrity_checker = integrity_checker.IntegrityChecker()
self.dortania_builds_url = "https://raw.githubusercontent.com/dortania/build-repo/builds/latest.json"
self.ocbinarydata_url = "https://github.com/acidanthera/OcBinaryData/archive/refs/heads/master.zip"
self.amd_vanilla_patches_url = "https://raw.githubusercontent.com/AMD-OSX/AMD_Vanilla/beta/patches.plist"
self.amd_vanilla_patches_url = "https://raw.githubusercontent.com/laobamac/AMD_Vanilla/refs/heads/master/patches.plist"
self.aquantia_macos_patches_url = "https://raw.githubusercontent.com/CaseySJ/Aquantia-macOS-Patches/refs/heads/main/CaseySJ-Aquantia-Patch-Sets-1-and-2.plist"
self.hyper_threading_patches_url = "https://github.com/b00t0x/CpuTopologyRebuild/raw/refs/heads/master/patches_ht.plist"
self.temporary_dir = self.utils.get_temporary_dir()
@@ -376,4 +376,4 @@ class gatheringFiles:
self._update_download_history(download_history, PRODUCT_NAME, product_id, product_download_url, sha256_hash)
return destination_path
return destination_path