Skip to content

Commit c09de5d

Browse files
authored
Bump NVDA to 2020.3 (#6)
1 parent c48de83 commit c09de5d

File tree

854 files changed

+13014
-12948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

854 files changed

+13014
-12948
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
$LOG_FILE_PATH = "$REPO_PATH\nvda-node.log"
3737
3838
# End of configuration. Changing anything below at your own risk
39-
$NVDA_VENDOR = "$REPO_PATH\src\nvda-2020.2"
39+
$NVDA_VENDOR = "$REPO_PATH\src\nvda"
4040
$NVDA_BIN = "$NVDA_VENDOR\portable\nvda.exe"
4141
& $NVDA_BIN --log-file=$LOG_FILE_PATH --config-path=$NVDA_VENDOR\settings
4242
node $REPO_PATH\examples\node\index.js $LOG_FILE_PATH
@@ -50,7 +50,7 @@ jobs:
5050
$LOG_FILE_PATH = "$REPO_PATH\nvda-jest.log"
5151
5252
# End of configuration. Changing anything below at your own risk
53-
$NVDA_VENDOR = "$REPO_PATH\src\nvda-2020.2"
53+
$NVDA_VENDOR = "$REPO_PATH\src\nvda"
5454
$NVDA_BIN = "$NVDA_VENDOR\portable\nvda.exe"
5555
$Env:LOG_FILE_PATH = $LOG_FILE_PATH
5656
& $NVDA_BIN --log-file=$Env:LOG_FILE_PATH --config-path=$NVDA_VENDOR\settings

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.yarn/
2-
src/nvda-2020.2

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions

examples/jest/test.example.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $REPO_PATH = "C:\Users\eps1lon\Development\nvda-snapshot-testing"
44
$LOG_FILE_PATH = "$REPO_PATH\nvda.log"
55

66
# End of configuration. Changing anything below at your own risk
7-
$NVDA_VENDOR = "$REPO_PATH\src\nvda-2020.2"
7+
$NVDA_VENDOR = "$REPO_PATH\src\nvda"
88
$NVDA_BIN = "$NVDA_VENDOR\portable\nvda.exe"
99
$Env:LOG_FILE_PATH = $LOG_FILE_PATH
1010
& $NVDA_BIN --log-file=$Env:LOG_FILE_PATH --config-path=$NVDA_VENDOR\settings

examples/node/test.example.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $REPO_PATH = "C:\Users\eps1lon\Development\nvda-snapshot-testing"
44
$LOG_FILE_PATH = "$REPO_PATH\nvda.log"
55

66
# End of configuration. Changing anything below at your own risk
7-
$NVDA_VENDOR = "$REPO_PATH\src\nvda-2020.2"
7+
$NVDA_VENDOR = "$REPO_PATH\src\nvda"
88
$NVDA_BIN = "$NVDA_VENDOR\portable\nvda.exe"
99
& $NVDA_BIN --log-file=$LOG_FILE_PATH --config-path=$NVDA_VENDOR\settings
1010
node $REPO_PATH\examples\node\index.js $LOG_FILE_PATH
-443 KB
Binary file not shown.

src/nvda-2020.2/portable/_bz2.pyd

-71 KB
Binary file not shown.
-106 KB
Binary file not shown.
-221 KB
Binary file not shown.
-31 KB
Binary file not shown.

0 commit comments

Comments
 (0)