scoop-games/bucket/minetest.json

52 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2019-03-07 18:44:25 -08:00
{
2022-08-04 13:29:45 -07:00
"version": "5.6.0",
"description": "Minecraft-like infinite-world multiplayer sandbox game",
"homepage": "https://www.minetest.net/",
2019-03-07 18:44:25 -08:00
"license": "LGPL-2.1-or-later",
2022-03-19 15:54:04 -07:00
"architecture": {
"32bit": {
2022-08-04 13:29:45 -07:00
"url": "https://github.com/minetest/minetest/releases/download/5.6.0/minetest-5.6.0-win32.zip",
2022-08-04 14:48:01 -07:00
"hash": "565004add5f1938dbf3d263ba98dba7b8de020adbe7da8ec1f8ec4c89fd4d500",
2022-08-04 13:29:45 -07:00
"extract_dir": "minetest-5.6.0-win32"
2022-03-19 15:54:04 -07:00
},
"64bit": {
2022-08-04 13:29:45 -07:00
"url": "https://github.com/minetest/minetest/releases/download/5.6.0/minetest-5.6.0-win64.zip",
2022-08-04 14:48:01 -07:00
"hash": "81213fd6cb871a8bd1015bdf4005824ecf22140452bed162aa9f6c1b3be83971",
2022-08-04 13:29:45 -07:00
"extract_dir": "minetest-5.6.0-win64"
2022-03-19 15:54:04 -07:00
}
},
"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"
2019-03-07 18:44:25 -08:00
},
2022-03-05 13:34:10 -08:00
"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"
}
}
}
2019-03-04 16:00:22 -08:00
}