Skip to content

Commit

Permalink
Bump nvda to 2020.4 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 24, 2021
1 parent 794e233 commit 67eb084
Show file tree
Hide file tree
Showing 839 changed files with 16,007 additions and 13,981 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-tips-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"screen-reader-testing-library": patch
---

Bump nvda to 2020.4 from 2020.3
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ $ yarn
1. start NVDA
1. Right click status icon
1. Tools
1. Create portable copy
1. Create portable copy in `vendor/nvda-${NEW_REVISION_NUMBER}/portable`
- don't include current configuration
- Remove documentation folder
- Remove `documentation` folder
- Remove all folders in `locale` except `en` i.e. only include english
1. Update the `revision` in `src/screenReaders.json`
1. Update the revision in `src/bin/nvda.ps1`
1. On the next release attach a zip of `vendor/nvda-${NEW_REVISION_NUMBER}/*`
Be sure that you create an archive of the folders inside `nvda-${REVISION_NUMBER}` not the folder itself.
318 changes: 318 additions & 0 deletions nvda-node.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/bin/nvda.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
param ([switch] $quit, $logFilePath)

$CACHE_DIR = "$HOME\AppData\Local\screen-reader-testing-library"
$NVDA_VENDOR = "$CACHE_DIR\screen-readers\nvda-2020.3"
$NVDA_VENDOR = "$CACHE_DIR\screen-readers\nvda-2020.4"
$NVDA_BIN = "$NVDA_VENDOR\portable\nvda.exe"

if ($logFilePath) {
Expand Down
2 changes: 1 addition & 1 deletion src/screenReaders.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "",
"screenReaders": [{ "name": "nvda", "revision": "2020.3" }]
"screenReaders": [{ "name": "nvda", "revision": "2020.4" }]
}
Binary file removed vendor/nvda-2020.3/portable/MSVCP140.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/nvda-2020.3/portable/liblouis.dll
Binary file not shown.
254 changes: 0 additions & 254 deletions vendor/nvda-2020.3/portable/louis/tables/en-ueb-g1.ctb

This file was deleted.

Loading

0 comments on commit 67eb084

Please sign in to comment.