Skip to content

Commit

Permalink
updates the JSON file and last tested version to 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fawazar94 committed Jun 17, 2024
1 parent b551e9e commit 841436e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions _template_addon_release.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"addonId": "easyAddonTech.XYZ",
"addonId": "directLink.nvda-addon",
"addonVersionNumber": {
"major": 21,
"minor": 6,
"major": 2,
"minor": 2,
"patch": 0
},
"addonVersionName": "21.06",
"displayName": "My addon",
"publisher": "easyAddonTech",
"description": "Makes doing XYZ easier",
"homepage": "https://github.com/nvaccess/addon-datastore",
"addonVersionName": "2.2",
"displayName": "Direct Link",
"publisher": "Fawaz Abdul Rahman",
"description": "Converts dropbox, google drive or oneDrive links to direct links, and opens Whatsapp and Telegram chats with the given number.",
"homepage": "https://www.github.com/fawazar94/directlink/",
"minNVDAVersion": {
"major": 2019,
"minor": 3,
"patch": 0
},
"lastTestedVersion": {
"major": 2020,
"minor": 4,
"major": 2024,
"minor": 1,
"patch": 0
},
"channel": "beta",
"URL": "https://github.com/nvaccess/addon-datastore/releases/download/v0.1.0/myAddon.nvda-addon",
"channel": "stable",
"URL": "https://github.com/fawazar94/DirectLink/releases/download/2.2/directLink-2.2.nvda-addon",
"sha256": "69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82",
"sourceURL": "https://github.com/nvaccess/addon-datastore/",
"sourceURL": "https://www.github.com/fawazar94/directlink/",
"license": "GPL v2",
"licenseURL": "https://github.com/nvaccess/addon-datastore/license.MD"
}
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _(arg):
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion": "2019.3",
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion": "2023.1",
"addon_lastTestedNVDAVersion": "2024.1",
# 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!
Expand Down

0 comments on commit 841436e

Please sign in to comment.