38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://xonotic.org/",
|
|
"description": "Free fast-paced first-person shooter",
|
|
"version": "0.8.2",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": "https://dl.xonotic.org/xonotic-0.8.2.zip",
|
|
"hash": "a22f7230f486c5825b55cfdadd73399c9b0fae98c9e081dd8ac76eca08359ad5",
|
|
"extract_dir": "Xonotic",
|
|
"architecture": {
|
|
"64bit": {
|
|
"pre_install": "Set-Content -Path \"$dir\\xonotic.bat\" -Value \"pushd $dir && xonotic.exe && popd\""
|
|
},
|
|
"32bit": {
|
|
"pre_install": "Set-Content -Path \"$dir\\xonotic.bat\" -Value \"pushd $dir && xonotic-x86.exe && popd\""
|
|
}
|
|
},
|
|
"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})"
|
|
}
|
|
}
|
|
}
|