2024-02-25 16:27:13 +00:00

24 lines
705 B
JSON

{
"version": "2.6.2",
"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.6.2/w4-windows.zip",
"hash": "d602d3f7ff08f00eb02aebfb23d939013f3ba4c08a4ff4434712dc01a5432716"
}
},
"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"
}
}
}
}