{
    "version": "1.0.232",
    "description": "A terminal for a more modern age",
    "homepage": "https://tabby.sh",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Eugeny/tabby/releases/download/v1.0.232/tabby-1.0.232-setup-x64.exe#/dl.7z",
            "hash": "sha512:7eebc9372f4d5f03b81b998d7ce800ab6f5923323c0cfffdf811641abfcfffd46905be53d2a9a51332b970fdf0022d73c2a2e4875c507175d2781bf89ff09409",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Unins*\" -Force -Recurse"
            ],
            "post_install": [
                "if ((Test-Path $env:APPDATA\\Tabby) -and (-not (Test-Path \"$persist_dir\\data\\*\"))) {",
                "    Copy-Item -Path $env:APPDATA\\Tabby\\* -Destination \"$persist_dir\\data\" -Recurse",
                "}"
            ]
        }
    },
    "bin": "Tabby.exe",
    "shortcuts": [
        [
            "Tabby.exe",
            "Tabby"
        ]
    ],
    "persist": "data",
    "checkver": {
        "github": "https://github.com/Eugeny/tabby"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Eugeny/tabby/releases/download/v$version/tabby-$version-setup-x64.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest-x64.yml",
                    "regex": "sha512: $base64"
                }
            }
        }
    }
}
