From 6ee8d313646438a5dee0b95f4ca43c93ff38e823 Mon Sep 17 00:00:00 2001 From: Goldfish64 Date: Sun, 30 Aug 2020 15:40:38 -0500 Subject: [PATCH] Scripts: Fix previous commit --- build_oc.tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_oc.tool b/build_oc.tool index b59a9032..151e8c35 100755 --- a/build_oc.tool +++ b/build_oc.tool @@ -90,7 +90,7 @@ package() { # Mark binaries to be recognisable by OcBootManagementLib. bootsig="${selfdir}/Library/OcBootManagementLib/BootSignature.bin" efiOCBMs=( - "BOOTx64.efi" + "Bootstrap.efi" "OpenCore.efi" ) for efiOCBM in "${efiOCBMs[@]}"; do -- GitLab