2019-06-14 07:05:16 -07:00
|
|
|
{
|
|
|
|
"homepage": "https://mindustrygame.github.io/",
|
2019-06-14 09:20:16 -07:00
|
|
|
"description": "A sandbox tower-defense game",
|
2021-10-17 17:34:28 -07:00
|
|
|
"version": "133",
|
2019-06-14 09:20:16 -07:00
|
|
|
"license": "GPL-3.0-only",
|
2021-10-17 17:34:28 -07:00
|
|
|
"url": "https://github.com/Anuken/Mindustry/releases/download/v133/Mindustry.jar",
|
|
|
|
"hash": "441c3fb5abe8b1fdb1ba620714c16076b4f3f0b3b0b9af52aa100e0a7aee3108",
|
2019-06-14 09:20:16 -07:00
|
|
|
"bin": "mindustry.bat",
|
2019-06-14 07:05:16 -07:00
|
|
|
"shortcuts": [
|
|
|
|
[
|
2019-06-14 09:20:16 -07:00
|
|
|
"mindustry.bat",
|
2019-06-14 07:05:16 -07:00
|
|
|
"Mindustry"
|
|
|
|
]
|
|
|
|
],
|
2019-10-04 08:53:27 -07:00
|
|
|
"pre_install": "Set-Content -Path \"$dir\\mindustry.bat\" -Value \"pushd $dir && javaw -jar Mindustry.jar && popd\"",
|
2019-06-14 07:05:16 -07:00
|
|
|
"suggest": {
|
2019-06-14 09:20:16 -07:00
|
|
|
"Java Runtime Environment": "java/adoptopenjdk-hotspot-jre"
|
2019-06-14 07:05:16 -07:00
|
|
|
},
|
|
|
|
"checkver": {
|
|
|
|
"url": "https://github.com/Anuken/Mindustry/releases",
|
|
|
|
"regex": "Anuken\\/Mindustry\\/tree\\/v(\\d+)"
|
|
|
|
},
|
|
|
|
"autoupdate": {
|
2019-10-04 08:53:27 -07:00
|
|
|
"url": "https://github.com/Anuken/Mindustry/releases/download/v$version/Mindustry.jar"
|
2019-06-14 07:05:16 -07:00
|
|
|
}
|
|
|
|
}
|