{
    "version": "2.3.12",
    "description": "Image duplicate finder",
    "homepage": "https://ermig1979.github.io/AntiDupl/english/",
    "license": "MIT",
    "suggest": {
        ".NET Desktop Runtime": "extras/windowsdesktop-runtime-lts"
    },
    "url": "https://github.com/ermig1979/AntiDupl/releases/download/v2.3.12/AntiDupl.NET-2.3.12.exe#/dl.7z",
    "hash": "71e091ccd78e3cd590d1fb477542fb9e1309f1bdacad3219d7172a4d499ea829",
    "extract_dir": "AntiDupl.NET-2.3.12",
    "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"
    }
}
