From 932ec6a0a00f7d2fb9cb3fca2fd4bf7ee74d9ce7 Mon Sep 17 00:00:00 2001
From: Will Barnard <5012445+mrwillbarnz@users.noreply.github.com>
Date: Tue, 26 Sep 2023 14:49:22 +0100
Subject: [PATCH] Add Ventoy (Chocolatey Only Package) & .NET Core Runtime
(Winget & Chocolatey) (#1066)
* Tidy up SuperF4 line.
* Tidy up SuperF4 line.
Used spaces instead of tabs.
* Add dotnet 7.0.11 Desktop Runtime
* Undone changes to SuperF4 line
* Addition of Ventoy (chocolatey only) package
---
config/applications.json | 8 ++++++++
xaml/inputXML.xaml | 4 +++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/config/applications.json b/config/applications.json
index 8104f772..57eab3c1 100755
--- a/config/applications.json
+++ b/config/applications.json
@@ -95,6 +95,10 @@
"winget": "Microsoft.DotNet.DesktopRuntime.6",
"choco": "dotnet-6.0-runtime"
},
+ "WPFInstalldotnet7": {
+ "winget": "Microsoft.DotNet.DesktopRuntime.7",
+ "choco": "dotnet-7.0-runtime"
+ },
"WPFInstalleaapp": {
"winget": "ElectronicArts.EADesktop",
"choco": "ea-app"
@@ -559,6 +563,10 @@
"winget": "Microsoft.VCRedist.2015+.x64",
"choco": "na"
},
+ "WPFInstallventoy": {
+ "winget": "na",
+ "choco": "ventoy"
+ },
"WPFInstallviber": {
"Winget": "Viber.Viber",
"choco": "viber"
diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml
index 01784775..22926c46 100644
--- a/xaml/inputXML.xaml
+++ b/xaml/inputXML.xaml
@@ -334,6 +334,7 @@
+
@@ -382,6 +383,7 @@
+
@@ -418,7 +420,7 @@
-
+