Skip to content

Commit

Permalink
Update environment.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jul 10, 2024
1 parent 136137e commit eb6f13e
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", "", "23H2");
if (build >= 22631) return make_tuple("Windows 11", "", "23H2");
return {"Windows", "", ""};
}
}
Expand Down

0 comments on commit eb6f13e

Please sign in to comment.