mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41: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": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/wasmerio/wasmer/releases/download/v4.3.7/wasmer-windows.exe",
|
"url": "https://github.com/wasmerio/wasmer/releases/download/v4.3.7/wasmer-windows-amd64.tar.gz",
|
||||||
"hash": "45dd377c2ed427f44a131056697bbe36c00760639e26496b6aa0a747111a2fc8"
|
"hash": "6168fe2a4dfb87f3d7e40b4ac4f4ef2106948f16041127c8291f7f85b966c110"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"env_set": {
|
"env_set": {
|
||||||
@ -17,15 +17,13 @@
|
|||||||
"WASMER_CACHE_DIR": "$dir\\cache"
|
"WASMER_CACHE_DIR": "$dir\\cache"
|
||||||
},
|
},
|
||||||
"bin": "bin\\wasmer.exe",
|
"bin": "bin\\wasmer.exe",
|
||||||
"innosetup": true,
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/wasmerio/wasmer",
|
"github": "https://github.com/wasmerio/wasmer"
|
||||||
"regex": "tag/([\\w.-]+)"
|
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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