mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-05 18:27:46 +01:00
Rename OC boot0af -> boot0
This commit is contained in:
parent
6539f7de23
commit
af6e10f33f
@ -31,7 +31,7 @@ class WinUSB:
|
||||
self.dids_url = "https://api.github.com/repos/dids/clover-builder/releases"
|
||||
self.oc_url = "https://api.github.com/repos/acidanthera/OpenCorePkg/releases"
|
||||
self.oc_boot = "boot"
|
||||
self.oc_boot0 = "boot0af"
|
||||
self.oc_boot0 = "boot0"
|
||||
self.oc_boot1 = "boot1f32"
|
||||
self.oc_boot_url = "https://github.com/acidanthera/DuetPkg/raw/master/BootLoader/bin/"
|
||||
self.diskpart = os.path.join(os.environ['SYSTEMDRIVE'] + "\\", "Windows", "System32", "diskpart.exe")
|
||||
|
Loading…
Reference in New Issue
Block a user