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.4.1",
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.4.1/minetest-5.4.1-win64.zip",
"hash": "55598fcf42ab9676840c9e12e358497f5b73bbbf1f52131752d72b238395fd5f",
"extract_dir": "minetest-5.4.1-win64"
},
"32bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.4.1/minetest-5.4.1-win32.zip",
"hash": "51f1ffe2c9efb675b16ce7ffa00c7289367aa0b64ee4b898978380ca4ec09984",
"extract_dir": "minetest-5.4.1-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"
}
}
}
}