Skip to content

Commit d038905

Browse files
committed
change the addon-name for the 32 bit build
1 parent 86dcc4c commit d038905

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ 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
258259
sed -i 's/"addon_minimumNVDAVersion": "[^"]*"/"addon_minimumNVDAVersion": "2025.1"/' buildVars.py
259260
sed -i 's/"addon_lastTestedNVDAVersion": "[^"]*"/"addon_lastTestedNVDAVersion": "2025.4"/' buildVars.py
260261
- name: Run scons to build .addon file

0 commit comments

Comments
 (0)