mirror of
https://github.com/Calinou/scoop-games.git
synced 2026-08-02 15:59:43 +08:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://cataclysmdda.org",
|
|
"description": "Roguelike in a post-apocalyptic world (with sprite-based graphics)",
|
|
"version": "0.I",
|
|
"license": {
|
|
"identifier": "CC-BY-SA-3.0,GPL-2.0+,OFL-1.0,BSL-1.0,Zlib,MIT,BSD(libbacktrace)",
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/blob/master/LICENSE.txt"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.I/cdda-windows-with-graphics-and-sounds-x64-2026-06-06-1535.zip",
|
|
"hash": "cc69c15de637af5a95456fdb1df7a42090be93ee36f2341835ae8b499d747c73"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"cataclysm-tiles.exe",
|
|
"Cataclysm DDA\\Cataclysm DDA Tiles"
|
|
]
|
|
],
|
|
"persist": [
|
|
"config",
|
|
"save",
|
|
"sound",
|
|
"templates"
|
|
],
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/CleverRaven/Cataclysm-DDA/releases/latest",
|
|
"regex": "releases/download/(?<version>[\\w\\.-]+)/cdda-windows-with-graphics-and-sounds-x64-(?<date>[\\d-]+)\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/$version/cdda-windows-with-graphics-and-sounds-x64-$matchDate.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|