scoop-games/bucket/taisei.json

35 lines
1.2 KiB
JSON

{
"description": "Free and open-source Touhou Project clone and fangame",
"homepage": "https://github.com/taisei-project/taisei",
"version": "1.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3/Taisei-1.3-windows-x86_64.zip",
"hash": "bf18482cddf9145bdb763043a10de75ba344318122f653998bec6f0cf653cce7"
},
"32bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3/Taisei-1.3-windows-x86.zip",
"hash": "b38ff4194eff951a3b1d91cc7e2f9f997b6c83da550e63edbc671457e4ce59df"
}
},
"bin": "taisei.exe",
"shortcuts": [
[
"taisei.exe",
"Taisei"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v$version/Taisei-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v$version/Taisei-$version-windows-x86.zip"
}
}
}
}