wasmedge@0.15.0: Remove extract_dir (#7044)

This commit is contained in:
Inseo Lee 2025-08-09 04:57:29 +09:00 committed by GitHub
parent c4dc0a4c86
commit 5a21b9d0fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,6 @@
"license": "Apache-2.0",
"url": "https://github.com/WasmEdge/WasmEdge/releases/download/0.15.0/WasmEdge-0.15.0-windows-msvc.zip",
"hash": "00c2bd0bedd520aed7303fb410b8c9b1ab72a420a6684427bc70ff89d4aba297",
"extract_dir": "WasmEdge-0.15.0-Windows",
"bin": [
"bin\\wasmedge.exe",
"bin\\wasmedgec.exe"
@ -17,7 +16,6 @@
"url": "https://github.com/WasmEdge/WasmEdge/releases/download/$version/WasmEdge-$version-windows-msvc.zip",
"hash": {
"url": "$baseurl/SHA256SUM"
},
"extract_dir": "WasmEdge-$version-Windows"
}
}
}