File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -255,15 +255,16 @@ jobs:
255255 - name : Update NVDA Version Constraints
256256 run : |
257257 # Adjust the version numbers for the old 32 bit NVDA version
258- sed -i 's/"addon_name": "[^"]*"/"addon_name": "MathCAT-for-NVDA2025"/' buildVars.py
258+ sed -i 's/"addon_name": "MathCAT"/"addon_name": "MathCAT-for-NVDA2025"/' buildVars.py
259+ sed -i 's/"addon_summary": "MathCAT"/"addon_summary": "MathCAT-for-NVDA2025"/' buildVars.py
259260 sed -i 's/"addon_minimumNVDAVersion": "[^"]*"/"addon_minimumNVDAVersion": "2025.1"/' buildVars.py
260- sed -i 's/"addon_lastTestedNVDAVersion": "[^"]*"/"addon_lastTestedNVDAVersion": "2025.4 "/' buildVars.py
261+ sed -i 's/"addon_lastTestedNVDAVersion": "[^"]*"/"addon_lastTestedNVDAVersion": "2025.3 "/' buildVars.py
261262 - name : Run scons to build .addon file
262263 run : |
263264 scons
264265 - name : Rename addon for 32-bit
265266 run : |
266- for f in *.nvda-addon; do
267+ for f in *.nvda-addon; d
267268 mv "$f" "${f%.nvda-addon}-32.nvda-addon"
268269 done
269270 - name : Upload the addon
You can’t perform that action at this time.
0 commit comments