scoop-games/bucket/minetest.json

52 lines
1.7 KiB
JSON

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