27 lines
932 B
JSON
27 lines
932 B
JSON
{
|
|
"homepage": "https://mindustrygame.github.io/",
|
|
"description": "A sandbox tower-defense game",
|
|
"version": "126",
|
|
"license": "GPL-3.0-only",
|
|
"url": "https://github.com/Anuken/Mindustry/releases/download/v126/Mindustry.jar",
|
|
"hash": "6e24d7acff693862e0f163eda65f0c77cd5b43fe4490a7feccf6f8668c1c097c",
|
|
"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"
|
|
}
|
|
}
|