From ef6fbe9ee40f8119968fe5f8bb26fefd1d928131 Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Mon, 18 May 2020 13:28:10 -0500 Subject: [PATCH] Update OC DuetPkg url --- MakeInstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeInstall.py b/MakeInstall.py index 504e1c9..3754a66 100755 --- a/MakeInstall.py +++ b/MakeInstall.py @@ -33,7 +33,7 @@ class WinUSB: self.oc_boot = "boot" self.oc_boot0 = "boot0" self.oc_boot1 = "boot1f32" - self.oc_boot_url = "https://github.com/acidanthera/DuetPkg/raw/master/BootLoader/bin/" + self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/master/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