mirror of
https://github.com/lzhoang2801/OpCore-Simplify.git
synced 2026-08-29 00:01:34 +08:00
Update AMD Vanilla patches for macOS Tahoe 26.4.0+
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user