27 lines
932 B
JSON
27 lines
932 B
JSON
{
|
|
"homepage": "https://mindustrygame.github.io/",
|
|
"description": "A sandbox tower-defense game",
|
|
"version": "134",
|
|
"license": "GPL-3.0-only",
|
|
"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"
|
|
}
|
|
}
|