mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
os_data.py: Add macOS Sonoma enum
Well it’s the time of year again, time to get cracking
This commit is contained in:
@@ -23,6 +23,7 @@ class os_data(enum.IntEnum):
|
||||
big_sur = 20
|
||||
monterey = 21
|
||||
ventura = 22
|
||||
sonoma = 23
|
||||
max_os = 99
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user