{
    "version": "1.9.27",
    "description": "Searchable interactive texts to copy & paste text, run scripts, using easily exchangeable bundles.",
    "homepage": "https://github.com/lintalist/lintalist",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lintalist/lintalist/releases/download/v1.9.27/lintalist64.zip",
            "hash": "45cb76a695118e70d798d55e21c122a2aa4e0e6a7c7ff16f21a29ae4bb5b07e3"
        },
        "32bit": {
            "url": "https://github.com/lintalist/lintalist/releases/download/v1.9.27/lintalist.zip",
            "hash": "4efb030c88bf278a4d8a03538f7290b700a84d08f3f7e3eb813da7ee7cbb9316"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\Settings.ini\")) { New-Item \"$dir\\Settings.ini\" | Out-Null }",
    "shortcuts": [
        [
            "lintalist.exe",
            "Lintalist"
        ]
    ],
    "persist": [
        "Settings.ini",
        "bundles"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lintalist/lintalist/releases/download/v$version/lintalist64.zip"
            },
            "32bit": {
                "url": "https://github.com/lintalist/lintalist/releases/download/v$version/lintalist.zip"
            }
        }
    }
}
