scoop-games/bucket/mindustry-server.json
2022-08-29 20:29:02 +00:00

28 lines
1.1 KiB
JSON

{
"version": "138",
"description": "Server-side program for Mindustry, a sandbox tower-defense game",
"homepage": "https://mindustrygame.github.io/",
"license": "GPL-3.0-only",
"suggest": {
"Java Runtime Environment": "java/adoptopenjdk-hotspot-jre",
"Mindustry": "games/mindustry"
},
"url": "https://github.com/Anuken/Mindustry/releases/download/v138/server-release.jar#/Mindustry-Server.jar",
"hash": "8b8dcd3b7f116a1f9cb5b3ca343bb81cf82b5cf0e56b401c36109f253d35691f",
"pre_install": "Set-Content -Path \"$dir\\mindustry-server.bat\" -Value \"pushd $dir && java -jar Mindustry-Server.jar && popd\"",
"bin": "mindustry-server.bat",
"shortcuts": [
[
"mindustry-server.bat",
"Mindustry Server"
]
],
"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/server-release.jar#/Mindustry-Server.jar"
}
}