{
    "version": "12.1.0",
    "description": "Powerful yet simple to use screenshot software",
    "homepage": "https://flameshot.org",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/flameshot-org/flameshot/releases/download/v12.1.0/flameshot-12.1.0-win64.zip",
            "hash": "09d5fabedbc8e4ed9233030c10f6e3a46d051c0efa2c88c081b3ebcdf1ae7596",
            "extract_dir": "flameshot-12.1.0-win64"
        }
    },
    "pre_install": "Remove-Item \"$dir\\bin\\vc_redi*.exe\"",
    "bin": "bin\\flameshot.exe",
    "shortcuts": [
        [
            "bin\\flameshot.exe",
            "Flameshot"
        ]
    ],
    "checkver": {
        "github": "https://github.com/flameshot-org/flameshot"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/flameshot-org/flameshot/releases/download/v$version/flameshot-$version-win64.zip",
                "extract_dir": "flameshot-$version-win64"
            }
        },
        "hash": {
            "url": "$url.sha256sum"
        }
    }
}
