Skip to content

Commit 9e603b5

Browse files
committed
tweak info for 2025 version
1 parent 0b59167 commit 9e603b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
run: |
257257
# Adjust the version numbers for the old 32 bit NVDA version
258258
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
259+
sed -i 's/"addon_summary": _("MathCAT/"addon_summary": _("MathCAT-for-NVDA2025"/' buildVars.py
260260
sed -i 's/"addon_minimumNVDAVersion": "[^"]*"/"addon_minimumNVDAVersion": "2025.1"/' buildVars.py
261261
sed -i 's/"addon_lastTestedNVDAVersion": "[^"]*"/"addon_lastTestedNVDAVersion": "2025.3"/' buildVars.py
262262
- name: Run scons to build .addon file

0 commit comments

Comments
 (0)