Skip to content

Commit e44d5ed

Browse files
committed
Update links
1 parent f4fa359 commit e44d5ed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

oclp_r/support/kdk_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
KDK_INSTALL_PATH: str = "/Library/Developer/KDKs"
2626
KDK_INFO_PLIST: str = "KDKInfo.plist"
27-
KDK_API_LINK_ORG: str = "https://pyquick.github.io/KdkSupportPkg/manifest.json"
27+
KDK_API_LINK_ORG: str = "https://dortania.github.io/KdkSupportPkg/manifest.json"
2828
KDK_API_LINK_PROXY:str = "https://oclpapi.simplehac.cn/KdkSupportPkg/manifest.json"
2929
KDK_ASSET_LIST: list = None
3030

oclp_r/support/metallib_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
METALLIB_INSTALL_PATH: str = "/Library/Application Support/Hackdoc/MetallibSupportPkg"
20-
METALLIB_API_LINK_ORG: str = "https://pyquick.github.io/MetallibSupportPkg/manifest.json"
20+
METALLIB_API_LINK_ORG: str = "https://dortania.github.io/MetallibSupportPkg/manifest.json"
2121
METALLIB_API_LINK_PROXY:str ="https://oclpapi.simplehac.cn/MetallibSupportPkg/manifest.json"
2222
METALLIB_ASSET_LIST: list = None
2323

oclp_r/wx_gui/gui_kdk_dl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
utilities,
1818
network_handler,
1919
)
20-
KDK_API_LINK_ORIGIN:str = "https://pyquick.github.io/KdkSupportPkg/manifest.json"
20+
KDK_API_LINK_ORIGIN:str = "https://dortania.github.io/KdkSupportPkg/manifest.json"
2121
KDK_API_LINK_PROXY:str = "https://oclpapi.simplehac.cn/KdkSupportPkg/manifest.json"
2222
class KDKDownloadFrame(wx.Frame):
2323
def __init__(self, parent: wx.Frame, title: str, global_constants: constants.Constants,screen_location: tuple = None):

oclp_r/wx_gui/gui_ml_dl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
utilities,
1717
network_handler,
1818
)
19-
METALLIB_API_LINK_ORIGIN: str = "https://pyquick.github.io/MetallibSupportPkg/manifest.json"
19+
METALLIB_API_LINK_ORIGIN: str = "https://dortania.github.io/MetallibSupportPkg/manifest.json"
2020
METALLIB_API_LINK_PROXY: str = "https://oclpapi.simplehac.cn/MetallibSupportPkg/manifest.json"
2121
class MetallibDownloadFrame(wx.Frame):
2222
def __init__(self, parent: wx.Frame, title: str, global_constants: constants.Constants,screen_location: tuple = None):

0 commit comments

Comments
 (0)