{
    "version": "2.0",
    "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.0/bat2exe.exe",
            "hash": "a80c25d09bfc8bc4affb8e394a7254574b7e7e39404404775382f005e6a067c6"
        }
    },
    "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"
            }
        }
    }
}
