{
    "version": "3.2.8",
    "description": "An ffmpeg gui with batch processing, video downloading, and more",
    "homepage": "https://github.com/eibol/ffmpeg_batch",
    "license": "CC-BY-SA-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/eibol/ffmpeg_batch/releases/download/3.2.8/FFBatch_AV_Converter_3.2.8_64bit.exe",
            "hash": "458d4a71ededa3ab4348fe954412e9f4999c98e9f33c254b892bc873e2d06bd9"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "FFBatch.exe",
            "FFmpeg Batch"
        ]
    ],
    "post_install": [
        "if (!(Test-Path \"$persist_dir\\settings\\ff_updates_portable.ini\")) {",
        "   New-Item \"$persist_dir\\settings\\ff_updates_portable.ini\" -ItemType File | Out-Null",
        "}"
    ],
    "persist": [
        "FFBatch.exe.config",
        "settings"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/eibol/ffmpeg_batch/releases/download/$version/FFBatch_AV_Converter_$version_64bit.exe"
            }
        }
    }
}
