Update binaries

This commit is contained in:
Mykola Grymalyuk
2021-03-01 12:55:55 -07:00
parent 8fe2963e2e
commit a261ae4c83
6 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
## 0.0.11
- Re-add OpenCore GUI
- Rewrite in py3
- Add OpenCore-Patcher binary for releases avoiding local python requirement
- Increment binaries
- OpenCore cbd2fa3(0.6.7 release)
- WhateverGreen 2e19d1b(1.4.8 release)
## 0.0.10
- Increment binaries

View File

@@ -32,7 +32,7 @@ To use, simply:
6. Run `Install OpenCore to USB/internal drive`
| #1 | #2 |
| Select Drive | Select EFI/FAT32 Partition |
| :--- | :--- |
| ![](images/disk-start.png) | ![](images/disk-efi.png) |

View File

@@ -10,7 +10,7 @@ class Constants:
def __init__(self):
self.opencore_version = "0.6.7"
self.lilu_version = "1.5.1"
self.whatevergreen_version = "1.4.7"
self.whatevergreen_version = "1.4.8"
self.airportbcrmfixup_version = "2.1.2"
self.bcm570_version = "1.0.0"
self.marvel_version = "1.0.0"

Binary file not shown.