mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-11-12 10:04:11 +01:00
Update OC DuetPkg url
This commit is contained in:
parent
af6e10f33f
commit
ef6fbe9ee4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user