scoop-games/bucket/minetest.json

52 lines
1.7 KiB
JSON

{
"version": "5.6.0",
"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.6.0/minetest-5.6.0-win32.zip",
"hash": "565004add5f1938dbf3d263ba98dba7b8de020adbe7da8ec1f8ec4c89fd4d500",
"extract_dir": "minetest-5.6.0-win32"
},
"64bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.6.0/minetest-5.6.0-win64.zip",
"hash": "81213fd6cb871a8bd1015bdf4005824ecf22140452bed162aa9f6c1b3be83971",
"extract_dir": "minetest-5.6.0-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"
}
}
}
}