From 3c4f1d2b8d8c943cfdcedf662d6603aca0f0d321 Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Sat, 25 Jul 2020 16:17:24 -0500 Subject: [PATCH] Temp fix for removal of boot binary in OpenCorePkg --- MakeInstall.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MakeInstall.py b/MakeInstall.py index 437a989..d9d8edc 100755 --- a/MakeInstall.py +++ b/MakeInstall.py @@ -33,7 +33,8 @@ class WinUSB: self.oc_boot = "boot" self.oc_boot0 = "boot0" self.oc_boot1 = "boot1f32" - self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/master/Utilities/LegacyBoot/" + # self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/master/Utilities/LegacyBoot/" + self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/blob/870017d0e5d53abeaf0347997da912c3e382a04a/Utilities/LegacyBoot/" self.diskpart = os.path.join(os.environ['SYSTEMDRIVE'] + "\\", "Windows", "System32", "diskpart.exe") # From Tim Sutton's brigadier: https://github.com/timsutton/brigadier/blob/master/brigadier self.z_path = None