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