mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
amfi_detect.py: Resolve regression
This commit is contained in:
@@ -68,7 +68,7 @@ class AmfiConfigurationDetection:
|
||||
|
||||
amfi_value = 0
|
||||
for arg in self.boot_args:
|
||||
if not arg.startswith("amfi"):
|
||||
if not arg.startswith("amfi="):
|
||||
continue
|
||||
try:
|
||||
amfi_value = arg.split("=")
|
||||
|
||||
Reference in New Issue
Block a user