From 8d65f3bcf8e16f6c6d179256f93d3593cca8d51d Mon Sep 17 00:00:00 2001 From: Real-MullaC Date: Tue, 25 Jun 2024 21:55:33 +0100 Subject: [PATCH 1/2] Added kicad (#2138) Co-authored-by: hubster-bot --- config/applications.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/applications.json b/config/applications.json index 6c661f57..5bfaae8c 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2823,6 +2823,7 @@ "link": "https://joytokey.net/en/", "winget": "JTKsoftware.JoyToKey" }, + "WPFInstallnditools": { "category": "Multimedia Tools", "choco": "na", @@ -2830,5 +2831,13 @@ "description":"NDI, or Network Device Interface, is a video connectivity standard that enables multimedia systems to identify and communicate with one another over IP and to encode, transmit, and receive high-quality, low latency, frame-accurate video and audio, and exchange metadata in real-time.", "link": "https://ndi.video/", "winget": "NDI.NDITools" + }, + "WPFInstallkicad": { + "category": "Pro Tools", + "choco": "na", + "content": "Kicad", + "description":"Kicad is an open-source EDA tool. It's a good starting point for those who want to do electrical design and is even used by professionals in the industry.", + "link": "https://www.kicad.org/", + "winget": "KiCad.KiCad" } } From 13712b4c77f5bb67e17bf8df651d2dfb68e4c76b Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Tue, 25 Jun 2024 20:55:56 +0000 Subject: [PATCH 2/2] Compile Winutil --- winutil.ps1 | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/winutil.ps1 b/winutil.ps1 index 1c663a44..2fd1b82d 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -8127,6 +8127,14 @@ $sync.configs.applications = '{ "description": "NDI, or Network Device Interface, is a video connectivity standard that enables multimedia systems to identify and communicate with one another over IP and to encode, transmit, and receive high-quality, low latency, frame-accurate video and audio, and exchange metadata in real-time.", "link": "https://ndi.video/", "winget": "NDI.NDITools" + }, + "WPFInstallkicad": { + "category": "Pro Tools", + "choco": "na", + "content": "Kicad", + "description": "Kicad is an open-source EDA tool. It's a good starting point for those who want to do electrical design and is even used by professionals in the industry.", + "link": "https://www.kicad.org/", + "winget": "KiCad.KiCad" } }' | convertfrom-json $sync.configs.dns = '{ @@ -13058,6 +13066,9 @@ $inputXML = ' + + + @@ -13262,15 +13273,15 @@ $inputXML = ' - - - + + +