register build number for Windows 11 24H2

This commit is contained in:
Axel Kohlmeyer
2024-05-30 19:41:28 -04:00
parent 7d2238d7be
commit 8d8f6c3efd

View File

@ -241,6 +241,8 @@ std::string platform::os_info()
buf = "Windows 11 22H2";
} else if (build == "22631") {
buf = "Windows 11 23H2";
} else if (build == "26100") {
buf = "Windows 11 24H2";
} else {
buf = "Windows Build " + build;
}