Skip to content

Commit a7b710b

Browse files
committed
add macos 26.x kdk support
1 parent ae7ddae commit a7b710b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

oclp_r/support/kdk_handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ def _local_kdk_installed(self, match: str = None, check_version: bool = False) -
418418
match = self.host_version
419419
else:
420420
match = self.host_build
421-
421+
if match == "24A354":
422+
match = "24A353"
422423
if not Path(KDK_INSTALL_PATH).exists():
423424
return None
424425

oclp_r/support/network_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(self, url: str = None) -> None:
4343
if self.contents.github_proxy_link=="Default":
4444
self.url="https://www.github.com"
4545
else:
46-
self.url = "https://www.kkgithub.com"
46+
self.url = "https://baidu.com/"
4747

4848

4949

0 commit comments

Comments
 (0)