From e85a8449e22971674e6a45660d7670ee834b7f4b Mon Sep 17 00:00:00 2001 From: Snoep <128747388+SnoepNFTs@users.noreply.github.com> Date: Fri, 17 May 2024 21:42:17 +0200 Subject: [PATCH] Update applications.json added qgis in right format --- config/applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/applications.json b/config/applications.json index c65f1906..d85ddf17 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2590,5 +2590,21 @@ "description": "get things from one computer to another, safely", "link": "https://github.com/magic-wormhole/magic-wormhole", "winget": "magic-wormhole.magic-wormhole" + }, + "WPFInstallqgis": { + "category": "Multimedia Tools", + "choco": "qgis", + "content": "QGIS", + "description": "QGIS (Quantum GIS) is an open-source Geographic Information System (GIS) software that enables users to create, edit, visualize, analyze, and publish geospatial information on Windows, Mac, and Linux platforms.", + "link": "https://qgis.org/en/site/", + "winget": "OSGeo.QGIS" + }, + "WPFInstallqgisltr": { + "category": "Multimedia Tools", + "choco": "qgis-ltr", + "content": "QGIS LTR", + "description": "QGIS (Quantum GIS) is an open-source Geographic Information System (GIS) software that enables users to create, edit, visualize, analyze, and publish geospatial information on Windows, Mac, and Linux platforms.", + "link": "https://qgis.org/en/site/", + "winget": "OSGeo.QGIS_LTR" } }