mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-04 13:33:26 +01:00
Add Sequoia to the version_names dict
This commit is contained in:
parent
721a910834
commit
821a724f68
@ -62,7 +62,8 @@ class gibMacOS:
|
||||
"big sur" : "11",
|
||||
"monterey" : "12",
|
||||
"ventura" : "13",
|
||||
"sonoma" : "14"
|
||||
"sonoma" : "14",
|
||||
"sequoia" : "15"
|
||||
}
|
||||
self.current_catalog = self.settings.get("current_catalog","publicrelease")
|
||||
self.catalog_data = None
|
||||
|
Loading…
Reference in New Issue
Block a user