mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
vapoursynth: remove 32bit and $arch (#6733)
This commit is contained in:
parent
4e1a198ad5
commit
947bf061af
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "71",
|
"version": "71",
|
||||||
"description": "A video processing framework with simplicity in mind",
|
"description": "A video processing framework with simplicity in mind",
|
||||||
"homepage": "https://www.vapoursynth.com",
|
"homepage": "https://www.vapoursynth.com/",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"vcredist": "extras/vcredist2022"
|
"vcredist": "extras/vcredist2022"
|
||||||
},
|
},
|
||||||
@ -10,23 +10,8 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip",
|
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip",
|
||||||
"hash": "5104549dcbfa197862564577ec82f620d54c1bbc158c263cdcbe86780d567e53"
|
"hash": "5104549dcbfa197862564577ec82f620d54c1bbc158c263cdcbe86780d567e53"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip",
|
|
||||||
"hash": "5104549dcbfa197862564577ec82f620d54c1bbc158c263cdcbe86780d567e53"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": [
|
|
||||||
"$arch = $architecture.SubString(0,2)",
|
|
||||||
"if(Test-Path \"$persist_dir\\vapoursynth$arch\") {Copy-Item \"$persist_dir\\*\" \"$dir\\\" -Force -Recurse}"
|
|
||||||
],
|
|
||||||
"uninstaller": {
|
|
||||||
"script": [
|
|
||||||
"$arch = $architecture.SubString(0,2)",
|
|
||||||
"ensure \"$persist_dir\" | Out-Null",
|
|
||||||
"Copy-Item \"$dir\\vapoursynth$arch\" \"$persist_dir\\\" -Force -Recurse"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"bin": [
|
"bin": [
|
||||||
"AVFS.exe",
|
"AVFS.exe",
|
||||||
"VSPipe.exe",
|
"VSPipe.exe",
|
||||||
@ -41,9 +26,6 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip"
|
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user