mirror of
https://github.com/Calinou/scoop-games.git
synced 2026-08-02 00:54:06 +08:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "2026-08-01-0447",
|
|
"description": "Roguelike in a post-apocalyptic world (with sprite-based graphics, experimental build)",
|
|
"homepage": "https://cataclysmdda.org",
|
|
"license": "CC-BY-SA-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2026-08-01-0447/cdda-windows-with-graphics-and-sounds-x64-2026-08-01-0447.zip",
|
|
"hash": "282187467608ca4ab8f6bcfb8d3a320cd9e03aaad34da7760e4cc34b3d46f301"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"cataclysm-tiles.exe",
|
|
"Cataclysm DDA\\Cataclysm DDA Tiles (Experimental)"
|
|
]
|
|
],
|
|
"persist": [
|
|
"config",
|
|
"save",
|
|
"sound",
|
|
"templates"
|
|
],
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/CleverRaven/Cataclysm-DDA/releases",
|
|
"regex": "cdda-experimental-(?<version>\\d{4}-\\d{2}-\\d{2}-\\d{4})/cdda-windows-with-graphics-and-sounds-x64-\\k<version>\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-$version/cdda-windows-with-graphics-and-sounds-x64-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|