2024-04-22 20:25:42 +00:00

24 lines
705 B
JSON

{
"version": "2.7.0",
"description": "Build retro games using WebAssembly for a fantasy console.",
"homepage": "https://wasm4.org/",
"license": "ISC",
"architecture": {
"64bit": {
"url": "https://github.com/aduros/wasm4/releases/download/v2.7.0/w4-windows.zip",
"hash": "8be8a31860fb46708d86dbe72a0d24e9b8ef56962a8ca0d61a0213597b287879"
}
},
"bin": "w4.exe",
"checkver": {
"github": "https://github.com/aduros/wasm4"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aduros/wasm4/releases/download/v$version/w4-windows.zip"
}
}
}
}