mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Remove unneeded vc-redist14 manifest
This commit is contained in:
parent
b32b0719a1
commit
bcb70947cd
@ -1,49 +0,0 @@
|
|||||||
{
|
|
||||||
"homepage": "https://www.visualstudio.com",
|
|
||||||
"version": "2015",
|
|
||||||
"license": "https://www.visualstudio.com/DownloadEula/en-us/mt171552",
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe",
|
|
||||||
"hash": "sha256:5eea714e1f22f1875c1cb7b1738b0c0b1f02aec5ecb95f0fdb1c5171c6cd93a3",
|
|
||||||
"installer": {
|
|
||||||
"file": "vc_redist.x64.exe",
|
|
||||||
"args": [
|
|
||||||
"/install",
|
|
||||||
"/quiet",
|
|
||||||
"/norestart"
|
|
||||||
],
|
|
||||||
"keep": "true"
|
|
||||||
},
|
|
||||||
"uninstaller": {
|
|
||||||
"file": "vc_redist.x64.exe",
|
|
||||||
"args": [
|
|
||||||
"/uninstall",
|
|
||||||
"/quiet",
|
|
||||||
"/norestart"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe",
|
|
||||||
"hash": "sha256:fdd1e1f0dcae2d0aa0720895eff33b927d13076e64464bb7c7e5843b7667cd14",
|
|
||||||
"installer": {
|
|
||||||
"file": "vc_redist.x86.exe",
|
|
||||||
"args": [
|
|
||||||
"/install",
|
|
||||||
"/quiet",
|
|
||||||
"/norestart"
|
|
||||||
],
|
|
||||||
"keep": "true"
|
|
||||||
},
|
|
||||||
"uninstaller": {
|
|
||||||
"file": "vc_redist.x86.exe",
|
|
||||||
"args": [
|
|
||||||
"/uninstall",
|
|
||||||
"/quiet",
|
|
||||||
"/norestart"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user