Skip to content

Commit

Permalink
wasmer: Fix extract, use tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
moshen committed Jul 6, 2024
1 parent 3c5bd3e commit 7189872
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bucket/wasmer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,23 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/wasmerio/wasmer/releases/download/v4.3.3/wasmer-windows.exe",
"hash": "8f631b6ae787bd7e2a7fa7feeea3ad662636482fa63f6eeac89b9ea353184708"
"url": "https://github.com/wasmerio/wasmer/releases/download/v4.3.3/wasmer-windows-amd64.tar.gz",
"hash": "63239253e7dc5373a421941aaa9ac8ee2ddb2f34e3d94b12ea739319d7929bd4"
}
},
"env_set": {
"WASMER_DIR": "$dir",
"WASMER_CACHE_DIR": "$dir\\cache"
},
"bin": "bin\\wasmer.exe",
"innosetup": true,
"checkver": {
"github": "https://github.com/wasmerio/wasmer",
"regex": "tag/([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/wasmerio/wasmer/releases/download/$version/wasmer-windows.exe"
"url": "https://github.com/wasmerio/wasmer/releases/download/$version/wasmer-windows-amd64.tar.gz"
}
}
}
Expand Down

0 comments on commit 7189872

Please sign in to comment.