Skip to content

Commit 168393f

Browse files
committed
Update icons
1 parent 7ef316d commit 168393f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

oclp_r/support/kdk_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _get_remote_kdks(self) -> list:
108108
return KDK_ASSET_LIST
109109

110110
try:
111-
if self.constants.github_proxy_link=="Default":
111+
if self.constants.github_proxy_link!="SimpleHac":
112112
KDK_API_LINK=KDK_API_LINK_ORG
113113
else:
114114
KDK_API_LINK=KDK_API_LINK_PROXY

oclp_r/support/metallib_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _get_remote_metallibs(self) -> dict:
7070
return METALLIB_ASSET_LIST
7171

7272
try:
73-
if self.constants.github_proxy_link!="Default":
73+
if self.constants.github_proxy_link=="SimpleHac":
7474
METALLIB_API_LINK=METALLIB_API_LINK_PROXY
7575
else:
7676
METALLIB_API_LINK=METALLIB_API_LINK_ORG

payloads/Icon/AppIcons/Assets.car

2.49 MB
Binary file not shown.

payloads/Icon/AppIcons/OCR.icns

-1.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)