From 9a60b44428d17345182bc8d97da9b1bc8622f64a Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Sun, 26 Apr 2020 10:46:11 -0500 Subject: [PATCH] Temp workaround for migrated duet files --- MakeInstall.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MakeInstall.py b/MakeInstall.py index f0bfcb4..21b044e 100755 --- a/MakeInstall.py +++ b/MakeInstall.py @@ -32,7 +32,8 @@ class WinUSB: self.oc_boot = "boot" self.oc_boot0 = "boot0af" self.oc_boot1 = "boot1f32" - self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/master/Utilities/BootInstall/" + # self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/master/Utilities/BootInstall/" + self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/a1f60694c7c5fb07392529fa600d939dd916a81b/Utilities/BootInstall/" 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