scoop-games/bucket/mindustry.json

27 lines
930 B
JSON
Raw Normal View History

{
"homepage": "https://mindustrygame.github.io/",
"description": "A sandbox tower-defense game",
2019-10-28 17:00:29 -07:00
"version": "99",
"license": "GPL-3.0-only",
2019-10-28 17:00:29 -07:00
"url": "https://github.com/Anuken/Mindustry/releases/download/v99/Mindustry.jar",
"hash": "b42053fe7d60281e0dfe46df344d8d0fdae0efbceae790426f7d3bc3a163d01d",
"bin": "mindustry.bat",
"shortcuts": [
[
"mindustry.bat",
"Mindustry"
]
],
"pre_install": "Set-Content -Path \"$dir\\mindustry.bat\" -Value \"pushd $dir && javaw -jar Mindustry.jar && popd\"",
"suggest": {
"Java Runtime Environment": "java/adoptopenjdk-hotspot-jre"
},
"checkver": {
"url": "https://github.com/Anuken/Mindustry/releases",
"regex": "Anuken\\/Mindustry\\/tree\\/v(\\d+)"
},
"autoupdate": {
"url": "https://github.com/Anuken/Mindustry/releases/download/v$version/Mindustry.jar"
}
}