Skip to content

Commit

Permalink
winVersion: rename Windows 10 version map to 'release name to builds'…
Browse files Browse the repository at this point in the history
… map. Re nvaccess#11837.

Suggested by Reef Turner (NV Access): clarify that Windows 10 versions to builds map clearly records release names.
  • Loading branch information
josephsl committed Dec 12, 2020
1 parent 1149105 commit b207ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/winVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def isUwpOcrAvailable():
return os.path.isdir(UWP_OCR_DATA_PATH)


WIN10_VERSIONS_TO_BUILDS = {
WIN10_RELEASE_NAME_TO_BUILDS = {
"1507": 10240,
"1511": 10586,
"1607": 14393,
Expand Down

0 comments on commit b207ef5

Please sign in to comment.