{
    "version": "12.17",
    "description": "See and edit data and structures from computers running one of the database systems MariaDB, MySQL, Microsoft SQL or PostgreSQL.",
    "homepage": "https://www.heidisql.com/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/HeidiSQL/HeidiSQL/releases/download/12.17/HeidiSQL_12.17_64_Portable.zip",
            "hash": "d40f8c32cbbd43c17e76d95443ef275cd8571652150083b66f382ff1acf141c5"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\portable_settings.txt\")) { New-Item \"$dir\\portable_settings.txt\" | Out-Null }",
    "bin": "heidisql.exe",
    "shortcuts": [
        [
            "heidisql.exe",
            "HeidiSQL"
        ]
    ],
    "persist": "portable_settings.txt",
    "checkver": {
        "github": "https://github.com/HeidiSQL/HeidiSQL",
        "regex": "tag/([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/HeidiSQL/HeidiSQL/releases/download/$version/HeidiSQL_$version_64_Portable.zip"
            }
        }
    }
}
