{
    "version": "2.3.13",
    "description": "Image duplicate finder",
    "homepage": "https://ermig1979.github.io/AntiDupl/english/",
    "license": "MIT",
    "suggest": {
        ".NET Desktop Runtime 6.0": "versions/windowsdesktop-runtime-6.0"
    },
    "url": "https://github.com/ermig1979/AntiDupl/releases/download/v2.3.13/AntiDupl.NET-2.3.13.exe#/dl.7z",
    "hash": "9051b4c60ccb36eb96a6d938844ff40e0db65912cde6e6b9251c801ce32f3eb4",
    "extract_dir": "AntiDupl.NET-2.3.13",
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\user\")) {",
        "    ensure \"$dir\\user\" | Out-Null",
        "    Set-Content \"$dir\\user\\options.xml\" '<Options><checkingForUpdates>false</checkingForUpdates></Options>' -Encoding ascii",
        "}",
        "Rename-Item \"$dir\\AntiDupl.NET.WinForms.exe\" 'AntiDupl.exe'"
    ],
    "bin": "AntiDupl.exe",
    "shortcuts": [
        [
            "AntiDupl.exe",
            "AntiDupl.NET"
        ]
    ],
    "persist": "user",
    "checkver": {
        "github": "https://github.com/ermig1979/AntiDupl"
    },
    "autoupdate": {
        "url": "https://github.com/ermig1979/AntiDupl/releases/download/v$version/AntiDupl.NET-$version.exe#/dl.7z",
        "extract_dir": "AntiDupl.NET-$version"
    }
}
