{
    "version": "3.6.10",
    "description": "A note taking and to-do application with synchronization capabilities",
    "homepage": "https://joplinapp.org",
    "license": "MIT",
    "url": "https://github.com/laurent22/joplin/releases/download/v3.6.10/Joplin-Setup-3.6.10.exe#/dl.7z",
    "hash": "sha512:5527a763858419c4a64c414561a09172c075e05d0faad811596309468f56af6bd65c85c4497ea351a5c7153c7d3285e40c5ffd592ba6e818106f14175d93a19a",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse",
    "bin": "Joplin.exe",
    "shortcuts": [
        [
            "Joplin.exe",
            "Joplin-Pre"
        ]
    ],
    "checkver": {
        "url": "https://github.com/laurent22/joplin/tags",
        "regex": "/laurent22/joplin/releases/tag/v([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/laurent22/joplin/releases/download/v$version/Joplin-Setup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
