mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
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:
parent
58e2ecf3ec
commit
774f361f39
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user