mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
kdk_handler.py: Adjust to new repository
This commit is contained in:
@@ -262,7 +262,7 @@ class kernel_debug_kit_handler:
|
|||||||
|
|
||||||
|
|
||||||
def kdk_backup_site(self, build):
|
def kdk_backup_site(self, build):
|
||||||
KDK_MIRROR_REPOSITORY = "https://api.github.com/repos/khronokernel/KDK-Mirror/releases"
|
KDK_MIRROR_REPOSITORY = "https://api.github.com/repos/dortania/KdkSupportPkg/releases"
|
||||||
|
|
||||||
# Check if tag exists
|
# Check if tag exists
|
||||||
catalog = requests.get(KDK_MIRROR_REPOSITORY)
|
catalog = requests.get(KDK_MIRROR_REPOSITORY)
|
||||||
|
|||||||
Reference in New Issue
Block a user