-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 39b9578 as it causes problems when submitting to add-on datastore and edited a file that shoudl not have been edited.
- Loading branch information
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name = resourceMonitor | ||
summary = "Resource Monitor" | ||
description = """A handy resource monitor to report CPU load, memory usage, battery, disk usage status and more.""" | ||
author = "Alex Hall <mehgcap@gmail.com>, Joseph Lee <joseph[email protected]>, Kefas lungu <jameskefaslungu@gmail.com>, Beqa Gozalishvili <beqaprogger@gmail.com>, Tuukka Ojala <tuukka[email protected]>, Ethin Probst <harlydavidsen@gmail.com> and other NVDA contributors" | ||
url = https://addons.nvda-project.org/ | ||
version = 23.0.4 | ||
docFileName = readme.html | ||
minimumNVDAVersion = 2022.4 | ||
lastTestedNVDAVersion = 2023.1 | ||
updateChannel = None | ||
name = {addon_name} | ||
summary = "{addon_summary}" | ||
description = """{addon_description}""" | ||
author = "{addon_author}" | ||
url = {addon_url} | ||
version = {addon_version} | ||
docFileName = {addon_docFileName} | ||
minimumNVDAVersion = {addon_minimumNVDAVersion} | ||
lastTestedNVDAVersion = {addon_lastTestedNVDAVersion} | ||
updateChannel = {addon_updateChannel} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters