- added detection of macOS Ventura

This commit is contained in:
alexey.lysiuk 2022-06-18 13:14:48 +03:00
parent d2c9a0fcde
commit cd998edf86

View file

@ -164,6 +164,9 @@ void I_DetectOS()
case 12:
name = "macOS Monterey";
break;
case 13:
name = "macOS Ventura";
break;
}
char release[16] = "unknown";