Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
yamahubuki committed Feb 24, 2024
1 parent a686534 commit d0e82c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/globalPlugins/USB-D/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
addonDocFileName = curAddon.manifest["docFileName"]
homepageURL = "https://actlab.org"
updateURL = "%s/api/checkUpdate" % homepageURL
updaterUserAgent = "actlaboratory NVDA addon Updator Ver1.0.0"

UPDATER_NEED_UPDATE = 200
UPDATER_LATEST = 204
Expand Down

0 comments on commit d0e82c1

Please sign in to comment.