- added detection of macOS 14

This commit is contained in:
alexey.lysiuk 2023-06-11 12:14:58 +03:00
parent 170cc8d7ba
commit 3ddf72104b

View file

@ -167,6 +167,9 @@ void I_DetectOS()
case 13:
name = "Ventura";
break;
case 14:
name = "Sonoma";
break;
}
char release[16] = "unknown";