mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 02:50:15 +10:00
sys_patch_helpers: Remove hard coded test
This commit is contained in:
@@ -89,8 +89,6 @@ class sys_patch_helpers:
|
||||
if build.startswith(str(self.constants.detected_os)):
|
||||
kdk_array.append(build)
|
||||
|
||||
kdk_array = ['22A5295i', '22A5295h', '22A5286j', '22A5266r', '22A70']
|
||||
|
||||
if match_closest is True:
|
||||
result = os_data.os_conversion.find_largest_build(kdk_array)
|
||||
print(f"- Closest KDK match: {result}")
|
||||
|
||||
Reference in New Issue
Block a user