vhs: Add extract_dir (#5838)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
Kris Borowinski 2024-05-17 15:42:28 +02:00 committed by GitHub
parent 277df0ae5a
commit 65786913c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,13 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.7.2/vhs_0.7.2_Windows_x86_64.zip", "url": "https://github.com/charmbracelet/vhs/releases/download/v0.7.2/vhs_0.7.2_Windows_x86_64.zip",
"hash": "96cfae9ccd2cfe2d17ff6ec6d462ea27ea8d07c1a7eb8ce3cb2e0f833e53666d" "hash": "96cfae9ccd2cfe2d17ff6ec6d462ea27ea8d07c1a7eb8ce3cb2e0f833e53666d",
"extract_dir": "vhs_0.7.2_Windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.7.2/vhs_0.7.2_Windows_i386.zip", "url": "https://github.com/charmbracelet/vhs/releases/download/v0.7.2/vhs_0.7.2_Windows_i386.zip",
"hash": "bcb2d418a23ddc4380fe91a60df6c3c887a1dcd351de64ccc8f94a4d59409c20" "hash": "bcb2d418a23ddc4380fe91a60df6c3c887a1dcd351de64ccc8f94a4d59409c20",
"extract_dir": "vhs_0.7.2_Windows_i386"
} }
}, },
"bin": "vhs.exe", "bin": "vhs.exe",
@ -22,10 +24,12 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_x86_64.zip" "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_x86_64.zip",
"extract_dir": "vhs_$version_Windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_i386.zip" "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_i386.zip",
"extract_dir": "vhs_$version_Windows_i386"
} }
}, },
"hash": { "hash": {