mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 18:13:50 -05:00
Update url to reflect OcSupportPkg merge
This commit is contained in:
parent
aaf08331ff
commit
9f3a750f56
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class WinUSB:
|
||||||
self.oc_boot = "boot"
|
self.oc_boot = "boot"
|
||||||
self.oc_boot0 = "boot0af"
|
self.oc_boot0 = "boot0af"
|
||||||
self.oc_boot1 = "boot1f32"
|
self.oc_boot1 = "boot1f32"
|
||||||
self.oc_boot_url = "https://github.com/acidanthera/OcSupportPkg/raw/master/Utilities/BootInstall/"
|
self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/master/Utilities/BootInstall/"
|
||||||
self.diskpart = os.path.join(os.environ['SYSTEMDRIVE'] + "\\", "Windows", "System32", "diskpart.exe")
|
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
|
# From Tim Sutton's brigadier: https://github.com/timsutton/brigadier/blob/master/brigadier
|
||||||
self.z_path = None
|
self.z_path = None
|
||||||
|
|
Loading…
Reference in a new issue