{
    "version": "2.1.0",
    "description": "A non-linear video editor targeted for home video editing.",
    "homepage": "https://sourceforge.net/projects/vidiot",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://downloads.sourceforge.net/project/vidiot/Vidiot-2.1.0-win64.zip",
            "hash": "sha1:36dc2ca47814417026a4474b90132c02b5752002",
            "extract_dir": "Vidiot-2.1.0-win64"
        }
    },
    "pre_install": "if (Test-Path \"$persist_dir\\vidiot.ini\") { Copy-Item \"$persist_dir\\vidiot.ini\" \"$dir\" }",
    "pre_uninstall": [
        "# Manually persist vidiot.ini",
        "if (Test-Path \"$dir\\vidiot.ini\") {",
        "    ensure \"$persist_dir\" | Out-Null",
        "    Copy-Item \"$dir\\vidiot.ini\" \"$persist_dir\" -ErrorAction 'SilentlyContinue' -Force",
        "}"
    ],
    "bin": "vidiot.exe",
    "shortcuts": [
        [
            "vidiot.exe",
            "Vidiot"
        ]
    ],
    "checkver": {
        "sourceforge": "vidiot",
        "regex": "Vidiot-([\\d.]+)-win64\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.sourceforge.net/project/vidiot/Vidiot-$version-win64.zip",
                "extract_dir": "Vidiot-$version-win64"
            }
        }
    }
}
