scoop-games/bucket/warsow.json

27 lines
823 B
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "https://warsow.net/",
"description": "Free fast-paced first-person shooter set in a cyberpunk universe",
"version": "2.1.2",
"license": "GPL-2.0-or-later",
"url": "http://sebastian.network/warsow/warsow-2.1.2.tar.gz",
"hash": "2c6f05b3ca365557a53013e20a7ecc424869b551c3b0e056d0e3e1c27354c21f",
"extract_dir": "warsow-2.1.2",
"architecture": {
"64bit": {
"pre_install": "Set-Content -Path \"$dir\\warsow.bat\" -Value \"pushd $dir && warsow_x64.exe && popd\""
},
"32bit": {
"pre_install": "Set-Content -Path \"$dir\\warsow.bat\" -Value \"pushd $dir && warsow_x86.exe && popd\""
}
},
"bin": [
"warsow.bat"
],
"shortcuts": [
[
"warsow.bat",
"Warsow"
]
]
}