scoop-games/bucket/raze.json

36 lines
1003 B
JSON
Raw Normal View History

{
2022-01-30 16:30:53 -08:00
"version": "1.4.1",
"description": "Modern source port for Duke Nukem 3D, Blood, Redneck Rampage, Shadow Warrior and Exhumed/Powerslave",
"homepage": "https://github.com/coelckers/Raze",
"license": "Custom",
2022-03-05 13:34:10 -08:00
"notes": [
"Place GRP and RTS files (game data) in:",
"",
" $persist_dir\\data"
],
"bin": "raze.exe",
"shortcuts": [
[
"raze.exe",
"Raze"
]
],
"persist": "data",
"checkver": {
"github": "https://github.com/coelckers/raze"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coelckers/Raze/releases/download/$version/raze_$version.zip"
}
}
},
"architecture": {
"64bit": {
"url": "https://github.com/coelckers/Raze/releases/download/1.4.1/raze_1.4.1.zip",
"hash": "29b6805caf33760d58ccfb5082f4002c173b5d239ac02c149b866a845a33888b"
}
}
}