{
    "version": "1.0.205",
    "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.205/tabby-1.0.205-setup-x64.exe#/dl.7z",
            "hash": "sha512:60707c1fc05717e9171e0fd718a8d12deb705403e93460bab4245757c5d50033d6c85666de163fd6a80c165509661416f43a141f2405c1813adabd27f7925ce8",
            "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) {",
                "    Copy-Item -Path $env:APPDATA\\Tabby\\* -Destination \"$persist_dir\\data\" -Force -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"
                }
            }
        }
    }
}
