2019-03-07 18:44:25 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://www.minetest.net/",
|
|
|
|
"description": "Minecraft-like infinite-world multiplayer sandbox game",
|
2019-10-26 11:01:40 -07:00
|
|
|
"version": "5.1.0",
|
2019-03-07 18:44:25 -08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2019-10-26 11:01:40 -07:00
|
|
|
"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"
|
2019-03-07 18:44:25 -08:00
|
|
|
},
|
|
|
|
"32bit": {
|
2019-10-26 11:01:40 -07:00
|
|
|
"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"
|
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",
|
|
|
|
"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
|
|
|
}
|