mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-04 12:13:51 -05:00
Fix packages name (#815)
* fix-winrar_package_name * fix-vc++_package_name * fix #687
This commit is contained in:
@ -348,11 +348,11 @@
|
||||
"choco": "dotnet-6.0-runtime"
|
||||
},
|
||||
"WPFInstallvc2015_64": {
|
||||
"winget": "Microsoft.VC++2015-2022Redist-x64",
|
||||
"winget": "Microsoft.VCRedist.2015+.x64",
|
||||
"choco": "na"
|
||||
},
|
||||
"WPFInstallvc2015_32": {
|
||||
"winget": "Microsoft.VC++2015-2022Redist-x86",
|
||||
"winget": "Microsoft.VCRedist.2015+.x86",
|
||||
"choco": "na"
|
||||
},
|
||||
"WPFInstallfoxpdf": {
|
||||
@ -460,7 +460,7 @@
|
||||
"choco": "telegram"
|
||||
},
|
||||
"WPFInstallunity": {
|
||||
"winget": "UnityTechnologies.UnityHub",
|
||||
"winget": "Unity.UnityHub",
|
||||
"choco": "unityhub"
|
||||
},
|
||||
"WPFInstallqbittorrent": {
|
||||
@ -516,7 +516,7 @@
|
||||
"choco": "nuget.commandline"
|
||||
},
|
||||
"WPFInstallwinrar": {
|
||||
"winget": "RARLab.WinRar",
|
||||
"winget": "RARLab.WinRAR",
|
||||
"choco": "winrar"
|
||||
},
|
||||
"WPFInstallneovim": {
|
||||
|
Reference in New Issue
Block a user