Update InstallationInfo.cs
Added Ventura
This commit is contained in:
parent
6ebda3a1d6
commit
35951f0805
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ namespace Sparkles {
|
|||
release = "BigSur"; break;
|
||||
case 12:
|
||||
release = "Monterey"; break;
|
||||
case 13:
|
||||
release = "Ventura"; break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue