52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"homepage": "https://www.minetest.net/",
|
|
"description": "Minecraft-like infinite-world multiplayer sandbox game",
|
|
"version": "5.3.0",
|
|
"license": "LGPL-2.1-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/minetest/minetest/releases/download/5.3.0/minetest-5.3.0-win64.zip",
|
|
"hash": "78a3a15369905a4f4e718bdee27c9f6a6450804560ce52a14d1a2e86e00e88e9",
|
|
"extract_dir": "minetest-5.3.0-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/minetest/minetest/releases/download/5.3.0/minetest-5.3.0-win32.zip",
|
|
"hash": "18aa29480eab30801d0e9ae0ccd1e4afc35084f319dce61b332f2a255702ecc6",
|
|
"extract_dir": "minetest-5.3.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"
|
|
}
|
|
}
|
|
}
|
|
}
|