mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
sys_patch_helpers: Fix Host detection
This commit is contained in:
@@ -94,7 +94,7 @@ class sys_patch_helpers:
|
|||||||
|
|
||||||
kdk_array = []
|
kdk_array = []
|
||||||
|
|
||||||
search_build = self.constants.detected_os
|
search_build = self.constants.detected_os_build
|
||||||
if override_build:
|
if override_build:
|
||||||
search_build = override_build
|
search_build = override_build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user