Skip to content

Commit 4932026

Browse files
committed
Update updateCheck and addonStore URLs to use new NV Access mirror endpoints, See nvaccess/nvda#17680
1 parent 7ae7797 commit 4932026

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

addon/globalPlugins/updateMirror.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
import versionInfo
1313
from logHandler import log
1414

15-
MIRROR_CHECK_UPDATE_URL: str = "https://nvaccess.mirror.nvdadr.com/nvdaUpdateCheck"
16-
MIRROR_STORE_URL: str = "https://nvaccess.mirror.nvdadr.com/addonStore/"
15+
MIRROR_CHECK_UPDATE_URL: str = "https://api.nvaccess.mirror.nvdadr.com/nvdaUpdateCheck"
16+
MIRROR_STORE_URL: str = "https://addonstore.nvaccess.mirror.nvdadr.com"
1717
REQUIRED_PRIVATE_API_VERSION: tuple = (2023, 2)
1818
REQUIRED_API_VERSION: tuple = (2024, 1)
1919

buildVars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _(arg):
2626
"addon_description": _("""This update mirror source is provided for NVDA Chinese community users.
2727
It can enhance the update speed of NVDA, improve the search and download speed of the add-on store, and resolve issues where certain network operators are unable to download add-ons from the add-on store, thus effectively improving user experience."""),
2828
# version
29-
"addon_version": "0.6.3",
29+
"addon_version": "0.7.0",
3030
# Author(s)
3131
"addon_author": "zh-yx, Cary-rowen, hwf1324 <[email protected]>",
3232
# URL for the add-on documentation support

0 commit comments

Comments
 (0)