{
    "version": "2.3",
    "description": "A simple application which converts any windows batch file to a fully working executable .exe with an icon of your choice.",
    "homepage": "https://bat2exe.net",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://github.com/islamadel/bat2exe/releases/download/2.3/bat2exe.exe",
            "hash": "5c33850ef8dc4e91adcd4f3a717d176e4922ac3e7ec9f9a47548c5a946dbcfb2"
        }
    },
    "bin": "bat2exe.exe",
    "shortcuts": [
        [
            "bat2exe.exe",
            "BAT 2 EXE"
        ]
    ],
    "checkver": {
        "github": "https://github.com/islamadel/bat2exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/islamadel/bat2exe/releases/download/$version/bat2exe.exe"
            }
        }
    }
}
