scoop-games/bucket/xonotic.json

38 lines
1.1 KiB
JSON

{
"version": "0.8.2",
"description": "Free fast-paced first-person shooter",
"homepage": "https://xonotic.org/",
"license": "GPL-3.0-or-later",
"url": "https://dl.xonotic.org/xonotic-0.8.2.zip",
"hash": "a22f7230f486c5825b55cfdadd73399c9b0fae98c9e081dd8ac76eca08359ad5",
"architecture": {
"32bit": {
"pre_install": "Set-Content -Path \"$dir\\xonotic.bat\" -Value \"pushd $dir && xonotic-x86.exe && popd\""
},
"64bit": {
"pre_install": "Set-Content -Path \"$dir\\xonotic.bat\" -Value \"pushd $dir && xonotic.exe && popd\""
}
},
"extract_dir": "Xonotic",
"bin": "xonotic.bat",
"shortcuts": [
[
"xonotic.bat",
"Xonotic",
"",
"misc/logos/icons_ico/xonotic.ico"
]
],
"checkver": {
"url": "https://xonotic.org/download/",
"regex": "Xonotic ([\\d.]+) for"
},
"autoupdate": {
"url": "https://dl.xonotic.org/xonotic-$version.zip",
"hash": {
"url": "https://xonotic.org/download/",
"find": "sha256sum: *?([a-fA-F\\d]{64})"
}
}
}