From 440fc8d87e7ede2b375c2bd56b639efe6c2b0d9d Mon Sep 17 00:00:00 2001 From: Underscore Date: Tue, 16 Jul 2024 12:43:23 -0700 Subject: [PATCH] Add qalculate to applications. Requested by Dark Knightz on YouTube. --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index 24270ef6..e13e507c 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1767,6 +1767,14 @@ "link": "https://www.python.org/", "winget": "Python.Python.3.12" }, + "qalculate": { + "category": "Utilities", + "choco": "qalculate", + "content": "Qalculate", + "description": "A multi-purpose cross-platform desktop calculator.", + "link": "https://qalculate.github.io/index.html", + "winget": "Qalculate.Qalculate" + }, "qbittorrent": { "category": "Utilities", "choco": "qbittorrent",