scoop-games/bucket/xonotic.json

27 lines
831 B
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"
]
]
}