From af6e10f33f08fdd3407e8679ddfa34613779f1b4 Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Sun, 17 May 2020 04:41:09 -0500 Subject: [PATCH] Rename OC boot0af -> boot0 --- MakeInstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeInstall.py b/MakeInstall.py index f37dd59..504e1c9 100755 --- a/MakeInstall.py +++ b/MakeInstall.py @@ -31,7 +31,7 @@ class WinUSB: self.dids_url = "https://api.github.com/repos/dids/clover-builder/releases" self.oc_url = "https://api.github.com/repos/acidanthera/OpenCorePkg/releases" self.oc_boot = "boot" - self.oc_boot0 = "boot0af" + self.oc_boot0 = "boot0" self.oc_boot1 = "boot1f32" self.oc_boot_url = "https://github.com/acidanthera/DuetPkg/raw/master/BootLoader/bin/" self.diskpart = os.path.join(os.environ['SYSTEMDRIVE'] + "\\", "Windows", "System32", "diskpart.exe")