43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "4.3.1",
|
|
"description": "Modern model editor for boxy models and pixel art textures.",
|
|
"homepage": "https://blockbench.net/",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": "https://github.com/JannisX11/blockbench/releases/download/v4.3.1/Blockbench_4.3.1.exe#/dl.7z",
|
|
"hash": "sha512:a3017723f78b550a27e0c02c49ca8550bc52e985324b5738e6f10aec233f01146f986c119b49ce990ab520f8f5343c42a23877b31832b289f7fcf4fd122d39d1",
|
|
"architecture": {
|
|
"32bit": {
|
|
"installer": {
|
|
"script": [
|
|
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
|
|
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
|
|
]
|
|
}
|
|
},
|
|
"64bit": {
|
|
"installer": {
|
|
"script": [
|
|
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
|
|
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"Blockbench.exe",
|
|
"Blockbench"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/JannisX11/blockbench/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/JannisX11/blockbench/releases/download/v$version/Blockbench_$version.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "$baseurl/latest.yml",
|
|
"find": "sha512:\\s+(.*)"
|
|
}
|
|
}
|
|
}
|