2019-03-07 18:44:25 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://www.minetest.net/",
|
|
|
|
"description": "Minecraft-like infinite-world multiplayer sandbox game",
|
2021-04-10 17:30:23 -07:00
|
|
|
"version": "5.4.1",
|
2019-03-07 18:44:25 -08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-04-10 17:30:23 -07:00
|
|
|
"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"
|
2019-03-07 18:44:25 -08:00
|
|
|
},
|
|
|
|
"32bit": {
|
2021-04-10 17:30:23 -07:00
|
|
|
"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"
|
2019-03-07 18:44:25 -08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"bin\\minetest.exe",
|
|
|
|
"Minetest",
|
|
|
|
"--config ..\\config\\minetest.conf"
|
|
|
|
]
|
|
|
|
],
|
2019-07-28 06:54:56 -07:00
|
|
|
"persist": [
|
|
|
|
"config",
|
|
|
|
"mods",
|
2020-07-23 14:54:00 -07:00
|
|
|
"screenshots",
|
2019-07-28 06:54:56 -07:00
|
|
|
"worlds"
|
|
|
|
],
|
|
|
|
"post_install": [
|
|
|
|
"if(!(Test-Path \"$dir\\config\\minetest.conf\")) {",
|
2019-10-26 11:01:40 -07:00
|
|
|
"New-Item -ErrorAction Ignore -Type file \"$dir\\config\\minetest.conf\" | Out-Null",
|
2019-07-28 06:54:56 -07:00
|
|
|
"}"
|
|
|
|
],
|
2019-03-07 18:44:25 -08:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-03-04 16:00:22 -08:00
|
|
|
}
|