scoop-games/bucket/minetest.json

51 lines
1.7 KiB
JSON

{
"homepage": "https://www.minetest.net/",
"description": "Minecraft-like infinite-world multiplayer sandbox game",
"version": "5.1.0",
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.1.0/minetest-5.1.0-win64.zip",
"hash": "1bb5c133fda326d59af703ceb2163403059dd42ffe249660ab6c1c4607c4c55c",
"extract_dir": "minetest-5.1.0-win64"
},
"32bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.1.0/minetest-5.1.0-win32.zip",
"hash": "05adb03c692096332c2be07a1abcf91707d9ee660d757da144a6371cc33ce164",
"extract_dir": "minetest-5.1.0-win32"
}
},
"shortcuts": [
[
"bin\\minetest.exe",
"Minetest",
"--config ..\\config\\minetest.conf"
]
],
"persist": [
"config",
"mods",
"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"
}
}
}
}