From c8a10d87a22a6a89b1d8220178d124f7916fbbf1 Mon Sep 17 00:00:00 2001 From: kboldiston Date: Wed, 3 Jun 2020 13:51:46 +1000 Subject: [PATCH] Add Betaflight Configurator 10.6.0 (#1147) * Add betaflight configurator manifest * remove space * Set silent switches for the installer manifest --- .../Betaflight-Configurator/10.6.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Betaflight/Betaflight-Configurator/10.6.0.yaml diff --git a/manifests/Betaflight/Betaflight-Configurator/10.6.0.yaml b/manifests/Betaflight/Betaflight-Configurator/10.6.0.yaml new file mode 100644 index 000000000..db4db9e7f --- /dev/null +++ b/manifests/Betaflight/Betaflight-Configurator/10.6.0.yaml @@ -0,0 +1,18 @@ +Id: Betaflight.Betaflight-Configurator +Version: 10.6.0 +Name: Betaflight-Configurator +Publisher: Betaflight +License: GNU General Public License v3.0 +LicenseUrl: https://github.com/betaflight/betaflight-configurator/blob/master/LICENSE +AppMoniker: betaflight-configurator +Tags: betaflight, drone, flight controller +Description: Betaflight Configurator is a crossplatform configuration tool for the Betaflight flight control system. +Homepage: https://github.com/betaflight/betaflight-configurator +Installers: + - Arch: x86 + Url: https://github.com/betaflight/betaflight-configurator/releases/download/10.6.0/betaflight-configurator-installer_10.6.0_win32.exe + Sha256: 54685E935E35E02CB0AA42A6F84212E71992C2981DBE3FA7983E9545DD6D7522 + InstallerType: exe + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file