Skip to content

Commit

Permalink
Windows 11 23h2 has no codename
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 authored Nov 8, 2023
1 parent 97d633d commit 96cea4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ namespace {
if (build == 19045) return make_tuple("Windows 10", "Vibranium", "22H2");
if (build == 22000) return make_tuple("Windows 11", "Sun Valley", "21H2");
if (build == 22621) return make_tuple("Windows 11", "Sun Valley 2", "22H2");
if (build == 22631) return make_tuple("Windows 11", "Sun Valley 2", "23H2");
if (build == 22631) return make_tuple("Windows 11", "", "23H2");
return {"Windows", "", ""};
}
}
Expand Down

0 comments on commit 96cea4d

Please sign in to comment.