register build number for Windows 11 24H2
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user