mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 03:04:31 +10:00
os_data.py: Add Ventura identifier
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
- Deprecate TUI support
|
- Deprecate TUI support
|
||||||
- Users may still manually run from source for future builds
|
- Users may still manually run from source for future builds
|
||||||
- Binaries will no longer be provided on future release
|
- Binaries will no longer be provided on future release
|
||||||
|
- Switch boot.efi model patch to iMac18,1
|
||||||
|
|
||||||
## 0.4.5
|
## 0.4.5
|
||||||
- Fix AutoPatcher.pkg download on releases
|
- Fix AutoPatcher.pkg download on releases
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ class os_data(enum.IntEnum):
|
|||||||
catalina = 19
|
catalina = 19
|
||||||
big_sur = 20
|
big_sur = 20
|
||||||
monterey = 21
|
monterey = 21
|
||||||
|
ventura = 22
|
||||||
max_os = 99
|
max_os = 99
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user