{
    "version": "0.26.3",
    "description": "A privacy-focussed, local-first, open-source, and ready-to-use alternative for Notion & Miro.",
    "homepage": "https://affine.pro/",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/toeverything/AFFiNE/releases/download/v0.26.3/affine-0.26.3-stable-windows-x64.exe#/dl.7z",
            "hash": "sha512:45b42c1febe48f57f707f875eda88e21c39313bebdd346099e1438a19fef43f406ed413a1fa9351c8dacb0ddc92d48fe9138a311c3649e967faab591b7077f5e"
        },
        "arm64": {
            "url": "https://github.com/toeverything/AFFiNE/releases/download/v0.26.3/affine-0.26.3-stable-windows-arm64.exe#/dl.7z",
            "hash": "sha512:58acaeca48e7532d020f5f94b099b41e817e0251b1f784f1ade5b1b2dab1de8bcd75219a0f9a2eb8b888f06393b62be641f9f1a9e01ca893642ad823fc69c1f4"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\AFFiNE-*-full.nupkg\" -ExtractDir 'lib\\net45' -Removal",
        "Remove-Item \"$dir\\lib\""
    ],
    "shortcuts": [
        [
            "AFFiNE.exe",
            "AFFiNE"
        ]
    ],
    "checkver": {
        "github": "https://github.com/toeverything/AFFiNE"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/toeverything/AFFiNE/releases/download/v$version/affine-$version-stable-windows-x64.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/toeverything/AFFiNE/releases/download/v$version/affine-$version-stable-windows-arm64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "$basename\\s+sha512:\\s+$base64"
        }
    }
}
