wasmer: Fix extract, use tar.gz (#5990)

Co-authored-by: Inseo Lee <capella87@outlook.com>
Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
Colin Kennedy 2024-09-23 21:57:23 -04:00 committed by GitHub
parent 58e2ecf3ec
commit 774f361f39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,8 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/wasmerio/wasmer/releases/download/v4.3.7/wasmer-windows.exe",
"hash": "45dd377c2ed427f44a131056697bbe36c00760639e26496b6aa0a747111a2fc8"
"url": "https://github.com/wasmerio/wasmer/releases/download/v4.3.7/wasmer-windows-amd64.tar.gz",
"hash": "6168fe2a4dfb87f3d7e40b4ac4f4ef2106948f16041127c8291f7f85b966c110"
}
},
"env_set": {
@ -17,15 +17,13 @@
"WASMER_CACHE_DIR": "$dir\\cache"
},
"bin": "bin\\wasmer.exe",
"innosetup": true,
"checkver": {
"github": "https://github.com/wasmerio/wasmer",
"regex": "tag/([\\w.-]+)"
"github": "https://github.com/wasmerio/wasmer"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/wasmerio/wasmer/releases/download/$version/wasmer-windows.exe"
"url": "https://github.com/wasmerio/wasmer/releases/download/v$version/wasmer-windows-amd64.tar.gz"
}
}
}