From 07ef24dc36411e2f83a51778ba08600207781999 Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Sat, 25 Jul 2020 19:21:22 -0500 Subject: [PATCH] Correct blob -> raw --- MakeInstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeInstall.py b/MakeInstall.py index d9d8edc..56f3daf 100755 --- a/MakeInstall.py +++ b/MakeInstall.py @@ -34,7 +34,7 @@ class WinUSB: 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/blob/870017d0e5d53abeaf0347997da912c3e382a04a/Utilities/LegacyBoot/" + self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/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