mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-11 14:37:41 +01:00
Update gibMacOS.py
This commit is contained in:
parent
3efa81185a
commit
ce2ef58bb5
@ -60,7 +60,9 @@ class gibMacOS:
|
||||
"mojave" : "10.14",
|
||||
"catalina" : "10.15",
|
||||
"big sur" : "11",
|
||||
"monterey" : "12"
|
||||
"monterey" : "12",
|
||||
"ventura" : "13",
|
||||
"sonoma" : "14"
|
||||
}
|
||||
self.current_catalog = self.settings.get("current_catalog","publicrelease")
|
||||
self.catalog_data = None
|
||||
|
Loading…
Reference in New Issue
Block a user