Add Windows 10 20H2 19042.631 builds

* Microsoft updated 20H2 in December. Make sure we enable those downloads too.
* Closes #21
This commit is contained in:
isos4all
2021-01-29 16:16:44 -05:00
committed by Pete Batard
parent 15a48fe24f
commit a8abb94a16

View File

@@ -79,6 +79,12 @@ $ko = 0x20000
$WindowsVersions = @( $WindowsVersions = @(
@( @(
@("Windows 10", "Windows10ISO"), @("Windows 10", "Windows10ISO"),
@(
"20H2 (Build 19042.631 - 2020.12)",
@("Windows 10 Home/Pro", 1882),
@("Windows 10 Education", 1884),
@("Windows 10 Home China ", ($zh + 1883))
),
@( @(
"20H2 (Build 19042.508 - 2020.10)", "20H2 (Build 19042.508 - 2020.10)",
@("Windows 10 Home/Pro", 1807), @("Windows 10 Home/Pro", 1807),