Extras/bucket/draw.io.json
2026-07-30 03:46:10 +03:00

48 lines
2.1 KiB
JSON

{
"version": "31.0.2",
"description": "Professional diagramming",
"homepage": "https://www.drawio.com/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jgraph/drawio-desktop/releases/download/v31.0.2/draw.io-31.0.2-windows-installer.exe#/dl.7z",
"hash": "889b3b83f5927771ff3b0e7f80fee7d95eebbc31a6a64edd46dffe42a7e3f5c9",
"pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
},
"32bit": {
"url": "https://github.com/jgraph/drawio-desktop/releases/download/v31.0.2/draw.io-ia32-31.0.2-windows-32bit-installer.exe#/dl.7z",
"hash": "f4b138b30fef85c0ca2f37d80f6eeb2e3225ad07791e1c3a8ba46b27020fa775",
"pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
},
"arm64": {
"url": "https://github.com/jgraph/drawio-desktop/releases/download/v31.0.2/draw.io-arm64-31.0.2-windows-arm64-installer.exe#/dl.7z",
"hash": "c79c97e4c3206ae1dccc2d435f5824e739b952d659067b27068607c2f834ad2c",
"pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\""
}
},
"post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse",
"bin": "draw.io.exe",
"shortcuts": [
[
"draw.io.exe",
"draw.io"
]
],
"checkver": {
"github": "https://github.com/jgraph/drawio-desktop"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jgraph/drawio-desktop/releases/download/v$version/draw.io-$version-windows-installer.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/jgraph/drawio-desktop/releases/download/v$version/draw.io-ia32-$version-windows-32bit-installer.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/jgraph/drawio-desktop/releases/download/v$version/draw.io-arm64-$version-windows-arm64-installer.exe#/dl.7z"
}
}
}
}