{
    "version": "3.6.5",
    "description": "SiYuan is a privacy-first, self-hosted, fully open source personal knowledge management software, supports fine-grained block-level reference, and Markdown WYSIWYG.",
    "homepage": "https://b3log.org/siyuan",
    "license": "AGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.6.5/siyuan-3.6.5-win.exe#/dl.7z",
            "hash": "4980bd7a8677fe55054886b0d3abb65c24d4d3a6c63ad9be7ea16836930643fa",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\" -Force -Recurse"
            ]
        },
        "arm64": {
            "url": "https://github.com/siyuan-note/siyuan/releases/download/v3.6.5/siyuan-3.6.5-win-arm64.exe#/dl.7z",
            "hash": "2b830b85b815e95a92d2240b8a1b65ecf0775748231cd04b5d98e5ccac0965ea",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "siyuan.exe",
            "SiYuan Note"
        ]
    ],
    "checkver": {
        "github": "https://github.com/siyuan-note/siyuan"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/siyuan-note/siyuan/releases/download/v$version/siyuan-$version-win.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/siyuan-note/siyuan/releases/download/v$version/siyuan-$version-win-arm64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS.txt"
        }
    }
}
