43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://cataclysmdda.org",
|
|
"description": "Roguelike in a post-apocalyptic world (with sprite-based graphics, experimental build)",
|
|
"version": "2022-02-20-2211",
|
|
"license": "CC-BY-SA-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2022-02-20-2211/cdda-windows-tiles-x64-2022-02-20-2211.zip",
|
|
"hash": "c94f501b10685a8fe98d825645a86aa2a12e7ca87ca630aa1e24723280ece10f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2022-02-20-2211/cdda-windows-tiles-x32-2022-02-20-2211.zip",
|
|
"hash": "cd306115fec22b4c83b796bf4dececfb31adaca6b062c86dc2c9558b782cdc0c"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"cataclysm-tiles.exe",
|
|
"Cataclysm DDA\\Cataclysm DDA Tiles (Experimental)"
|
|
]
|
|
],
|
|
"persist": [
|
|
"config",
|
|
"save",
|
|
"sound",
|
|
"templates"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/",
|
|
"re": "Cataclysm-DDA experimental build ([\\d.-]+)(<)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-$version/cdda-windows-tiles-x64-$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-$version/cdda-windows-tiles-x32-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|