Skip to content

Commit 2f473bb

Browse files
committed
changes to stay current with current buildVar.py from NVDA; also updated lastTestedNVDAVersion
1 parent 7086d7c commit 2f473bb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

NVDA-addon/buildVars.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,22 @@ def _(arg):
3434
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3535
# URL for the add-on documentation support
3636
"addon_url": "https://nsoiffer.github.io/MathCAT/",
37+
# URL for the add-on repository where the source code can be found
38+
"addon_sourceURL": "https://github.com/NSoiffer/MathCAT",
3739
# Documentation file name
3840
"addon_docFileName": "readme.html",
3941
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
40-
"addon_minimumNVDAVersion": 2018.1,
42+
"addon_minimumNVDAVersion": "2018.1",
4143
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
42-
"addon_lastTestedNVDAVersion": "2022.3",
44+
"addon_lastTestedNVDAVersion": "2022.4",
4345
# Add-on update channel (default is None, denoting stable releases,
4446
# and for development releases, use "dev".)
4547
# Do not change unless you know what you are doing!
46-
"addon_updateChannel": "dev",
48+
"addon_updateChannel": None,
49+
# Add-on license such as GPL 2
50+
"addon_license": "MIT and GPL 2",
51+
# URL for the license document the ad-on is licensed under
52+
"addon_licenseURL": "https://raw.githubusercontent.com/NSoiffer/MathCAT/main/LICENSE",
4753
}
4854

4955
# Define the python files that are the sources of your add-on.

0 commit comments

Comments
 (0)