Skip to content

Commit

Permalink
Update buildVars
Browse files Browse the repository at this point in the history
  • Loading branch information
AAClause committed Nov 23, 2023
1 parent 21bb380 commit f86f0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _(arg):
# Add-on information variables
addon_info = {
# add-on Name/identifier, internal for NVDA
"addon_name": "openAI",
"addon_name": "OpenAI",
# Add-on summary, usually the user visible name of the addon.
# Translators: Summary for this add-on
# to be shown on installation and add-on information found in Add-ons Manager.
Expand All @@ -58,7 +58,7 @@ def _(arg):
# Add-on update channel (default is None, denoting stable releases,
# and for development releases, use "dev".)
# Do not change unless you know what you are doing!
"addon_updateChannel": updateChannel,
"addon_updateChannel": "dev", # updateChannel,
# Add-on license such as GPL 2
"addon_license": "GPL v2",
# URL for the license document the ad-on is licensed under
Expand Down

0 comments on commit f86f0af

Please sign in to comment.