{
    "version": "1.2.1",
    "description": "Unofficial Telegram Desktop with some enhancements.",
    "homepage": "https://64gr.am",
    "license": {
        "identifier": "GPL-3.0-openssl-exception",
        "url": "https://github.com/TDesktop-x64/tdesktop/blob/dev/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/TDesktop-x64/tdesktop/releases/download/v1.2.1/64Gram_1.2.1_x64.zip",
            "hash": "2f134e49bd9a7eb982953af06f764d9494dcd624906149dc2a459fa727d6b3a9"
        }
    },
    "pre_install": "if (Test-Path \"$persist_dir\\log.txt\") { Copy-Item \"$persist_dir\\log.txt\" \"$dir\\\" }",
    "pre_uninstall": "if (Test-Path \"$dir\\log.txt\") { Copy-Item \"$dir\\log.txt\" \"$persist_dir\\\" }",
    "bin": [
        [
            "Telegram.exe",
            "64Gram"
        ]
    ],
    "shortcuts": [
        [
            "Telegram.exe",
            "64Gram"
        ]
    ],
    "persist": "tdata",
    "checkver": {
        "github": "https://github.com/TDesktop-x64/tdesktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/TDesktop-x64/tdesktop/releases/download/v$version/64Gram_$version_x64.zip"
            }
        }
    }
}
