mirror of
https://github.com/pbatard/Fido.git
synced 2025-09-16 14:18:02 +02:00
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:
6
Fido.ps1
6
Fido.ps1
@@ -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),
|
||||||
|
Reference in New Issue
Block a user