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-16 17:30:33 -07:00
"version": "1.2.1",
"license": "Custom",
"architecture": {
"64bit": {
2021-10-16 17:30:33 -07:00
"url": "https://github.com/coelckers/Raze/releases/download/1.2.1/raze_1.2.1.zip",
"hash": "4b711f7f45ea1c5906474805d8947fbd2078d3dcb6c9a2fd729bb7b5266a83bd"
}
},
"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"
]
}