2022-07-24 04:31:19 +00:00

24 lines
705 B
JSON

{
"version": "2.5.1",
"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.5.1/w4-windows.zip",
"hash": "04bc35a114d4027c71422031776e5133230dc012cef8f90657ba2db622de68bc"
}
},
"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"
}
}
}
}