Extras/bucket/zettlr.json
2026-07-26 16:38:02 +00:00

36 lines
1.0 KiB
JSON

{
"version": "4.7.0",
"description": "Powerful markdown editor",
"homepage": "https://www.zettlr.com",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/Zettlr/Zettlr/releases/download/v4.7.0/Zettlr-4.7.0-x64.exe#/dl.7z",
"hash": "70354eaeeaea7d0592eed91e030a35461cbb3ec73165d96bfde8a9423b43330c",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
]
}
},
"shortcuts": [
[
"Zettlr.exe",
"Zettlr"
]
],
"checkver": {
"github": "https://github.com/Zettlr/Zettlr"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Zettlr/Zettlr/releases/download/v$version/Zettlr-$version-x64.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS.txt"
}
}
}