diff --git a/bucket/vhs.json b/bucket/vhs.json index 8e65a7800d..5953196af1 100644 --- a/bucket/vhs.json +++ b/bucket/vhs.json @@ -10,11 +10,13 @@ "architecture": { "64bit": { "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": { "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", @@ -22,10 +24,12 @@ "autoupdate": { "architecture": { "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": { - "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": {