-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Windows 10 20H2 19042.508 builds
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Fido v1.16 - Retail Windows ISO Downloader | ||
# Fido v1.17 - Retail Windows ISO Downloader | ||
# Copyright © 2019-2020 Pete Batard <[email protected]> | ||
# ConvertTo-ImageSource: Copyright © 2016 Chris Carter | ||
# | ||
|
@@ -75,6 +75,12 @@ $ko = 0x20000 | |
$WindowsVersions = @( | ||
@( | ||
@("Windows 10", "Windows10ISO"), | ||
@( | ||
"20H2 (Build 19042.508 - 2020.10)", | ||
@("Windows 10 Home/Pro", 1807), | ||
@("Windows 10 Education", 1805), | ||
@("Windows 10 Home China ", ($zh + 1806)) | ||
), | ||
@( | ||
"20H1 (Build 19041.264 - 2020.05)", | ||
@("Windows 10 Home/Pro", 1626), | ||
|