Rename OC boot0af -> boot0

This commit is contained in:
CorpNewt 2020-05-17 04:41:09 -05:00 committed by GitHub
parent 6539f7de23
commit af6e10f33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")