scoop-games/bucket/openrct2.json

35 lines
1.2 KiB
JSON

{
"description": "Open source re-implementation of RollerCoaster Tycoon 2",
"homepage": "https://github.com/OpenRCT2/OpenRCT2",
"version": "0.3.2",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.2/OpenRCT2-0.3.2-windows-portable-x64.zip",
"hash": "7cd416466c8243747bfe55d3f5cbe4a9bef4494371e96732134e6830ef222219"
},
"32bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.2/OpenRCT2-0.3.2-windows-portable-win32.zip",
"hash": "5cee7783bb0779defa9c9e016cc041ae7d7e09db654579c35a369a9ab2403008"
}
},
"bin": "OpenRCT2.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v$version/OpenRCT2-$version-windows-portable-x64.zip"
},
"32bit": {
"url": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v$version/OpenRCT2-$version-windows-portable-win32.zip"
}
}
},
"shortcuts": [
[
"OpenRCT2.exe",
"OpenRCT2"
]
]
}