From 36d53a8debffdfd3dbf2794b6bf3d20122ab00ef Mon Sep 17 00:00:00 2001 From: Erisa A Date: Sun, 10 Jul 2022 14:08:24 +0100 Subject: [PATCH] Add that other 22H2 build I'll be real I have no idea which of these they're shipping because it's quite confusing. It's also amusing how they did this after I was pretty confident that 22621 would ship. I doubt there'll be a third so, lets have both here for now and reconsider when it ships? --- NewModernWinver/ListsAndStuff.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NewModernWinver/ListsAndStuff.cs b/NewModernWinver/ListsAndStuff.cs index 693d536..d5bcf12 100644 --- a/NewModernWinver/ListsAndStuff.cs +++ b/NewModernWinver/ListsAndStuff.cs @@ -26,7 +26,8 @@ class ListsAndStuff { 20348, "21H2" }, { 21996, "Stop using leaked builds" }, { 22000, "21H2" }, - { 22621, "22H2" } + { 22621, "22H2" }, + { 22622, "22H2" } }; public static Dictionary EditionDict = new Dictionary