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-01-17 16:00:47 -08:00
"version": "5.1.1",
2019-03-07 18:44:25 -08:00
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
2020-01-17 16:00:47 -08:00
"url": "https://github.com/minetest/minetest/releases/download/5.1.1/minetest-5.1.1-win64.zip",
"hash": "741315de5a53af6e1a29ae5cd8acfebf4499446d5e486249553601e625c862b9",
"extract_dir": "minetest-5.1.1-win64"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2020-01-17 16:00:47 -08:00
"url": "https://github.com/minetest/minetest/releases/download/5.1.1/minetest-5.1.1-win32.zip",
"hash": "6a6de4801fa5d11c4cd40d69ef0e6042acf621477c081e15790fdf4f42d83f4b",
"extract_dir": "minetest-5.1.1-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
}