scoop-games/bucket/minetest.json

52 lines
1.7 KiB
JSON

{
"homepage": "https://www.minetest.net/",
"description": "Minecraft-like infinite-world multiplayer sandbox game",
"version": "5.5.0",
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.5.0/minetest-5.5.0-win64.zip",
"hash": "d6788a4d22060cc612134f94d21b52d57bac4d4cc78a70700e07e5be15223e83",
"extract_dir": "minetest-5.5.0-win64"
},
"32bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.5.0/minetest-5.5.0-win32.zip",
"hash": "bf1e5d221b84dcd8c6d77a3831740ed927a1b6f3eed223a713e7b4d833d7bb9a",
"extract_dir": "minetest-5.5.0-win32"
}
},
"shortcuts": [
[
"bin\\minetest.exe",
"Minetest",
"--config ..\\config\\minetest.conf"
]
],
"persist": [
"config",
"mods",
"screenshots",
"worlds"
],
"post_install": [
"if(!(Test-Path \"$dir\\config\\minetest.conf\")) {",
"New-Item -ErrorAction Ignore -Type file \"$dir\\config\\minetest.conf\" | Out-Null",
"}"
],
"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"
}
}
}
}