43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://www.minetest.net/",
|
|
"description": "Minecraft-like infinite-world multiplayer sandbox game",
|
|
"version": "5.0.1",
|
|
"license": "LGPL-2.1-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/minetest/minetest/releases/download/5.0.1/minetest-5.0.1-win64.zip",
|
|
"hash": "587d91abe094fc56d6fad115b23e533f7501966835d1c636421b7c96399ee7ee",
|
|
"extract_dir": "minetest-5.0.1-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/minetest/minetest/releases/download/5.0.1/minetest-5.0.1-win32.zip",
|
|
"hash": "ec4dcd20365dec8b7e58a434691c64f089fa236c33fb7498be67e923b64030dc",
|
|
"extract_dir": "minetest-5.0.1-win32"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"bin\\minetest.exe",
|
|
"Minetest",
|
|
"--config ..\\config\\minetest.conf"
|
|
]
|
|
],
|
|
"persist": "config",
|
|
"post_install": "New-Item -ErrorAction Ignore -Type file \"$persist_dir\\config\\minetest.conf\"",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|