Skip to content

Commit

Permalink
Trying again after bugfix to remove old store record
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed Mar 21, 2024
2 parents 0c3766d + 6051310 commit 51585cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/addonUpdater/addonUpdateProc.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def installAddonUpdate(destPath: str, addonName: str) -> int:
# as having updates, even though it's just a different instance of the same version.
# The real cause is the older version listed in the store JSON, but the UI can't represent that.
oldStoreRecord: str = os.path.join(
WritePaths.addonsDir(),
WritePaths.addonsDir,
bundleName + ".json"
)
try:
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _(arg):
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""Proof of concept implementation of add-on update feature (NVDA Core issue 3208)"""),
# version
"addon_version": "24.2.500",
"addon_version": "24.2.501",
# Author(s)
"addon_author": "Joseph Lee <[email protected]>, Luke Davis <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 51585cd

Please sign in to comment.