mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 09:04:47 -05:00
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
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user