mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-04 13:33:26 +01:00
Temp workaround for migrated duet files
This commit is contained in:
parent
9b07aeab9c
commit
9a60b44428
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user