scoop-games/bucket/raze.json

36 lines
1003 B
JSON
Raw Normal View History

{
"homepage": "https://github.com/coelckers/Raze",
"description": "Modern source port for Duke Nukem 3D, Blood, Redneck Rampage, Shadow Warrior and Exhumed/Powerslave",
2021-10-10 17:30:28 -07:00
"version": "1.2.0",
"license": "Custom",
"architecture": {
"64bit": {
2021-10-10 17:30:28 -07:00
"url": "https://github.com/coelckers/Raze/releases/download/1.2.0/raze_1.2.0.zip",
"hash": "8c7cc0c201e17da127796a2a157645ad026126c3fc885adfdf85ed08f85b48e2"
}
},
"bin": "raze.exe",
"shortcuts": [
[
"raze.exe",
"Raze"
]
],
"checkver": {
"github": "https://github.com/coelckers/raze"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coelckers/Raze/releases/download/$version/raze_$version.zip"
}
}
},
"persist": "data",
"notes": [
"Place GRP and RTS files (game data) in:",
"",
" $persist_dir\\data"
]
}