mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-30 05:30:25 +00:00
Add new version numbers for windows.
This commit is contained in:
parent
4dba36c8d4
commit
125de4d254
@ -760,9 +760,11 @@ namespace CompatBot.Utils.ResultFormatters
|
||||
19041 => "10 2004",
|
||||
19042 => "10 20H2",
|
||||
19043 => "10 21H1",
|
||||
19044 => "10 21H2",
|
||||
< 21390 => "10 Dev Build " + windowsVersion.Build,
|
||||
21390 => "10 21H2",
|
||||
21390 => "10 21H2 Insider",
|
||||
< 22000 => "11 Internal Build " + windowsVersion.Build,
|
||||
22000 => "11 21H2",
|
||||
_ => "11 Dev Build " + windowsVersion.Build,
|
||||
},
|
||||
_ => null,
|
||||
|
Loading…
Reference in New Issue
Block a user