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