scoop-games/bucket/minetest.json

51 lines
1.7 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "https://www.minetest.net/",
"description": "Minecraft-like infinite-world multiplayer sandbox game",
2020-04-08 14:00:42 -07:00
"version": "5.2.0",
2019-03-07 18:44:25 -08:00
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
2020-04-08 14:00:42 -07:00
"url": "https://github.com/minetest/minetest/releases/download/5.2.0/minetest-5.2.0-win64.zip",
"hash": "64993f101e85f6c3bcbfc0bfabca36909f6a5599ed793d653418160192b6f434",
"extract_dir": "minetest-5.2.0-win64"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2020-04-08 14:00:42 -07:00
"url": "https://github.com/minetest/minetest/releases/download/5.2.0/minetest-5.2.0-win32.zip",
"hash": "c388047feb59cc6a96bb55b564007e5628f94537bb3ff030a9a13a8ca271ca4b",
"extract_dir": "minetest-5.2.0-win32"
2019-03-07 18:44:25 -08:00
}
},
"shortcuts": [
[
"bin\\minetest.exe",
"Minetest",
"--config ..\\config\\minetest.conf"
]
],
"persist": [
"config",
"mods",
"worlds"
],
"post_install": [
"if(!(Test-Path \"$dir\\config\\minetest.conf\")) {",
2019-10-26 11:01:40 -07:00
"New-Item -ErrorAction Ignore -Type file \"$dir\\config\\minetest.conf\" | Out-Null",
"}"
],
2019-03-07 18:44:25 -08:00
"checkver": {
"github": "https://github.com/minetest/minetest"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/minetest/minetest/releases/download/$version/minetest-$version-win64.zip",
"extract_dir": "minetest-$version-win64"
},
"32bit": {
"url": "https://github.com/minetest/minetest/releases/download/$version/minetest-$version-win32.zip",
"extract_dir": "minetest-$version-win32"
}
}
}
2019-03-04 16:00:22 -08:00
}