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",
|
2019-10-26 11:01:40 -07:00
|
|
|
"version": "98",
|
2019-06-14 09:20:16 -07:00
|
|
|
"license": "GPL-3.0-only",
|
2019-10-26 11:01:40 -07:00
|
|
|
"url": "https://github.com/Anuken/Mindustry/releases/download/v98/Mindustry.jar",
|
|
|
|
"hash": "85327d2609d2c1be7ae7acffd91c23a5a9ef70550ade365c62c967b052bc6e1a",
|
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
|
|
|
}
|
|
|
|
}
|