Skip to content

Commit

Permalink
Better feature explanation comment in appveyor.yml. Edit changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed Feb 28, 2024
1 parent ff6f50f commit 2db35e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ environment:
crowdinAuthToken:
secure: E3084gj4JeMZKvZIOLIhqZefuSo/tj7iYPt4yK0geOI/eQgmPvoXt37Xq0KwvXzvZiJny4AsMj1rKMTVxio8EG8KA0YsYYuy+WV1wpFRIn25zGQS+DZ/yycL75SmTWfr
scons_publisher: NV Access
# Comment out/unset any of the feature_* variables to disable the respective build feature.
# Comment out any of the feature_* variables to disable the respective build feature.
# They are checked for existence of content, not specific value.
feature_buildSymbols: True
feature_uploadSymbolsToMozilla: True
feature_buildAppx: True
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ What's New in NVDA
Please refer to [the developer guide https://www.nvaccess.org/files/nvda/documentation/developerGuide.html#API] for information on NVDA's API deprecation and removal process.

- Instantiating ``winVersion.WinVersion`` objects with unknown Windows versions above 10.0.22000 such as 10.0.25398 returns "Windows 11 unknown" instead of "Windows 10 unknown" for release name. (#15992, @josephsl)
- Make the Appveyor compilation process easier for private NVDA builds, by using variables in appveyor.yml to disable or modify portions of the build scripts which are otherwise difficult for those outside NV Access to run in their default form. (#16216, @XLTechie)
-

=== Deprecations ===
Expand Down

0 comments on commit 2db35e6

Please sign in to comment.