vapoursynth: remove 32bit and $arch (#6733)

This commit is contained in:
b4imetu 2025-04-22 23:21:15 +08:00 committed by GitHub
parent 4e1a198ad5
commit 947bf061af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"version": "71",
"description": "A video processing framework with simplicity in mind",
"homepage": "https://www.vapoursynth.com",
"homepage": "https://www.vapoursynth.com/",
"suggest": {
"vcredist": "extras/vcredist2022"
},
@ -10,23 +10,8 @@
"64bit": {
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip",
"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": [
"AVFS.exe",
"VSPipe.exe",
@ -41,9 +26,6 @@
"architecture": {
"64bit": {
"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"
}
}
}