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"
|
"choco": "dotnet-6.0-runtime"
|
||||||
},
|
},
|
||||||
"WPFInstallvc2015_64": {
|
"WPFInstallvc2015_64": {
|
||||||
"winget": "Microsoft.VC++2015-2022Redist-x64",
|
"winget": "Microsoft.VCRedist.2015+.x64",
|
||||||
"choco": "na"
|
"choco": "na"
|
||||||
},
|
},
|
||||||
"WPFInstallvc2015_32": {
|
"WPFInstallvc2015_32": {
|
||||||
"winget": "Microsoft.VC++2015-2022Redist-x86",
|
"winget": "Microsoft.VCRedist.2015+.x86",
|
||||||
"choco": "na"
|
"choco": "na"
|
||||||
},
|
},
|
||||||
"WPFInstallfoxpdf": {
|
"WPFInstallfoxpdf": {
|
||||||
@ -460,7 +460,7 @@
|
|||||||
"choco": "telegram"
|
"choco": "telegram"
|
||||||
},
|
},
|
||||||
"WPFInstallunity": {
|
"WPFInstallunity": {
|
||||||
"winget": "UnityTechnologies.UnityHub",
|
"winget": "Unity.UnityHub",
|
||||||
"choco": "unityhub"
|
"choco": "unityhub"
|
||||||
},
|
},
|
||||||
"WPFInstallqbittorrent": {
|
"WPFInstallqbittorrent": {
|
||||||
@ -516,7 +516,7 @@
|
|||||||
"choco": "nuget.commandline"
|
"choco": "nuget.commandline"
|
||||||
},
|
},
|
||||||
"WPFInstallwinrar": {
|
"WPFInstallwinrar": {
|
||||||
"winget": "RARLab.WinRar",
|
"winget": "RARLab.WinRAR",
|
||||||
"choco": "winrar"
|
"choco": "winrar"
|
||||||
},
|
},
|
||||||
"WPFInstallneovim": {
|
"WPFInstallneovim": {
|
||||||
|
Reference in New Issue
Block a user