From 347341f05fba13e5d4d294710eaf8d9476e7f4d2 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Thu, 9 Mar 2023 17:27:23 +0100 Subject: [PATCH] remove snapcraft file (#10614) --- snap/snapcraft.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml deleted file mode 100644 index 99dc042..0000000 --- a/snap/snapcraft.yaml +++ /dev/null @@ -1,15 +0,0 @@ - -name: qgroundcontrol -version: '3.2+git' -summary: Cross-platform ground control station for drones -description: | - QGroundControl provides full flight control and configuration for ArduPilot or PX4 Pro powered vehicles. The goal for QGroundControl is improved ease of use for new users as well as high end feature support for experienced users. - - -grade: devel # must be 'stable' to release into candidate/stable channels -confinement: devmode # use 'strict' once you have the right plugs and slots - -parts: - my-part: - # See 'snapcraft plugins' - plugin: nil