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.0",
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.4.0/minetest-5.4.0-win64.zip",
"hash": "ab265765f74595819b47e469e3475f6cfe3b641f11a2c6fff8a725a6ded80b3b",
"extract_dir": "minetest-5.4.0-win64"
},
"32bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.4.0/minetest-5.4.0-win32.zip",
"hash": "d6035908714cefd03392dcd32cc2e08cb188536a613ba023b6aa323306e5950c",
"extract_dir": "minetest-5.4.0-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"
}
}
}
}