Add experimental builds for cataclysm-dda tiles (#53)

master
Matthew J. Berger 2019-08-16 22:21:48 -07:00 committed by GitHub
parent 12ac4a6806
commit 95f12d3170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
{
"homepage": "https://cataclysmdda.org",
"description": "Turn-based survival game set in a post-apocalyptic world (with graphical tiles, experimental build)",
"version": "9501",
"license": "CC-BY-SA-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-jenkins-b9501/cataclysmdda-0.D-Windows_x64-Tiles-9501.zip",
"hash": "0137fa6eab233ce9a54ae6076afd11f5e39d80f85fd11fca19a3265e986ba315"
},
"32bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-jenkins-b9501/cataclysmdda-0.D-Windows-Tiles-9501.zip",
"hash": "38cd66138ff18ff2d3f0ba9343dfc26465979c6542dd35cf8167fb7464103cd3"
}
},
"shortcuts": [
[
"cataclysm-tiles.exe",
"Cataclysm DDA Tiles (Experimental)"
]
],
"checkver": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/",
"re": "Cataclysm-DDA experimental build #(.*)[<]"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-jenkins-b$version/cataclysmdda-0.D-Windows_x64-Tiles-$version.zip"
},
"32bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-jenkins-b$version/cataclysmdda-0.D-Windows-Tiles-$version.zip"
}
}
}
}