43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "3.7.4",
|
|
"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/v3.7.4/Blockbench_3.7.4.exe#/dl.7z",
|
|
"hash": "sha512:7f5a1c9a4001e0492a3dc371590eaa1177862f0e6f0f6fdc233e7ee64d35bcccc60c616051375551e316e01024273ab9edadd5a8e4357172ad21d3ac4999f03b",
|
|
"architecture": {
|
|
"64bit": {
|
|
"installer": {
|
|
"script": [
|
|
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
|
|
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
|
|
]
|
|
}
|
|
},
|
|
"32bit": {
|
|
"installer": {
|
|
"script": [
|
|
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.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+(.*)"
|
|
}
|
|
}
|
|
}
|