{
    "##": "TODO: There will be an option for portable mode in the near future. See #3424 for details.",
    "version": "6.9.6.340",
    "description": "Relational database explorer",
    "homepage": "https://tableplus.com",
    "license": {
        "identifier": "Proprietary",
        "url": "https://tableplus.com/blog/2018/01/license-agreement.html"
    },
    "url": "https://files.tableplus.com/windows/6.9.6/TablePlusSetup.exe",
    "hash": "c05f71a4cae03a5676ff5849eee273be525f920c7f9c6f9ca06a2e50638ed95d",
    "innosetup": true,
    "architecture": {
        "64bit": {
            "pre_install": [
                "Get-ChildItem \"$dir\" '*,2.*' | Rename-Item -NewName { $_.Name -replace ',2\\.', '.' }",
                "Remove-Item \"$dir\\*,1.*\""
            ]
        },
        "32bit": {
            "pre_install": [
                "Get-ChildItem \"$dir\" '*,1.*' | Rename-Item -NewName { $_.Name -replace ',1\\.', '.' }",
                "Remove-Item \"$dir\\*,2.*\""
            ]
        }
    },
    "bin": "TablePlus.exe",
    "shortcuts": [
        [
            "TablePlus.exe",
            "TablePlus"
        ]
    ],
    "checkver": {
        "url": "https://tableplus.com/win/version.xml?sign=&version=x64",
        "regex": "sparkle:version=\"(?<build>\\d+)\"\\s+sparkle:shortVersionString=\"([\\d.]+)\"",
        "replace": "$1.${build}"
    },
    "autoupdate": {
        "url": "https://files.tableplus.com/windows/$matchHead/TablePlusSetup.exe"
    }
}
