scoop-games/bucket/mindustry.json

27 lines
932 B
JSON
Raw Normal View History

{
"homepage": "https://mindustrygame.github.io/",
"description": "A sandbox tower-defense game",
2021-10-27 17:30:28 -07:00
"version": "134",
"license": "GPL-3.0-only",
2021-10-27 17:30:28 -07:00
"url": "https://github.com/Anuken/Mindustry/releases/download/v134/Mindustry.jar",
"hash": "e4b418849daa437fc20d600c3bedbdc9c52f284386f7754d079b79a153fd7cb1",
"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"
}
}