mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-19 09:02:32 +00:00
windows 10 2004
This commit is contained in:
parent
8e88394541
commit
1398d23672
@ -616,7 +616,8 @@ namespace CompatBot.Utils.ResultFormatters
|
||||
int v when v < 18362 => ("10 19H1 Build " + v),
|
||||
18362 => "10 1903",
|
||||
18363 => "10 1909",
|
||||
int v when v < 19536 => ("10 20H1 Build " + v),
|
||||
int v when v < 19041 => ("10 20H1 Build " + v),
|
||||
19041 => "10 2004",
|
||||
int v when v < 20000 => ("10 20H2 Build " + v),
|
||||
_ => ("10 ??? Build " + windowsVersion.Build)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user