From b5a448fc2866eba181da13315f7dcc970c19f98d Mon Sep 17 00:00:00 2001 From: abitglow <65068372+abitglow@users.noreply.github.com> Date: Sat, 15 Aug 2020 03:58:29 +0800 Subject: [PATCH] Add manifest file for NVAccess NVDA 2020.2. (#3058) --- manifests/NVAccess/NVDA/2020.2.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/NVAccess/NVDA/2020.2.yaml diff --git a/manifests/NVAccess/NVDA/2020.2.yaml b/manifests/NVAccess/NVDA/2020.2.yaml new file mode 100644 index 000000000..08889a270 --- /dev/null +++ b/manifests/NVAccess/NVDA/2020.2.yaml @@ -0,0 +1,21 @@ +Id: NVAccess.NVDA +Name: NVDA +AppMoniker: NonVisual Desktop Access +Version: 2020.2 +Publisher: NV Access Limited +License: GPL V2 +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +MinOSVersion: 6.1.7601.0 +Description: NonVisual Desktop Access (NVDA) is a free and open source screen reader for the Microsoft Windows operating system. Providing feedback via synthetic speech and Braille, it enables blind or vision impaired people to access computers running Windows for no more cost than a sighted person. NVDA is developed by NV Access, with contributions from the community. +Homepage: https://www.nvaccess.org +Tags: accessibility,screen-reader,blind +Installers: + - Arch: Neutral + Url: https://www.nvaccess.org/files/nvda/releases/2020.2/nvda_2020.2.exe + Sha256: 9BEA6EB5F6DC13A7CFA48531732E6BEDA11A27F55986EDB4B0B6DDD8389B1359 + InstallerType: Nullsoft + Switches: + Silent: "--install-silent" + SilentWithProgress: "--install-silent" + +# ManifestVersion: 0.1.0 \ No newline at end of file