mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 10:04:12 -05:00
Update gibMacOS.py
This commit is contained in:
parent
3efa81185a
commit
ce2ef58bb5
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue