From 74d43e378eda8ba8023629737417eebb9e952878 Mon Sep 17 00:00:00 2001 From: ModernTTY <165050080+ModernTTY@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:12:13 +0300 Subject: [PATCH] Add Microsoft Power Automate and Swift toolchain (#1774) * Add power automate * Add swift toolchain --- config/applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/applications.json b/config/applications.json index 03600bab..e831f3b9 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1423,6 +1423,14 @@ "link": "https://www.postman.com/", "winget": "Postman.Postman" }, + "WPFInstallpowerautomate": { + "category": "Microsoft Tools", + "choco": "powerautomatedesktop", + "content": "Power Automate", + "description": "Using Power Automate Desktop you can automate tasks on the desktop as well as the Web.", + "link": "https://www.microsoft.com/en-us/power-platform/products/power-automate", + "winget": "Microsoft.PowerAutomateDesktop" + }, "WPFInstallpowerbi": { "category": "Microsoft Tools", "choco": "powerbi", @@ -1743,6 +1751,14 @@ "link": "https://stefansundin.github.io/superf4/", "winget": "StefanSundin.Superf4" }, + "WPFInstallswift": { + "category": "Development", + "choco": "na", + "content": "Swift toolchain", + "description": "Swift is a general-purpose programming language that’s approachable for newcomers and powerful for experts.", + "link": "https://www.swift.org/", + "winget": "Swift.Toolchain" + }, "WPFInstallsynctrayzor": { "category": "Utilities", "choco": "synctrayzor",