Update InstallationInfo.cs

Added Ventura
This commit is contained in:
uenz 2022-11-02 16:46:16 +01:00
parent 6ebda3a1d6
commit 35951f0805
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ namespace Sparkles {
release = "BigSur"; break;
case 12:
release = "Monterey"; break;
case 13:
release = "Ventura"; break;
}
}