{
    "version": "5.7",
    "description": "Bulk program uninstaller with advanced automation",
    "homepage": "https://www.bcuninstaller.com/",
    "license": "Apache-2.0",
    "url": "https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v5.7/BCUninstaller_5.7_portable.zip",
    "hash": "sha1:bb7002d4e337dce9e989eb0ce31208f72a0ae7dc",
    "architecture": {
        "64bit": {
            "extract_dir": "win-x64"
        },
        "32bit": {
            "extract_dir": "win-x86"
        }
    },
    "pre_install": [
        "ensure \"$persist_dir\" | Out-Null",
        "Copy-Item \"$persist_dir\\BCUninstaller.settings\" \"$dir\" -ErrorAction 'SilentlyContinue'"
    ],
    "uninstaller": {
        "script": "Copy-Item \"$dir\\BCUninstaller.settings\" \"$persist_dir\" -ErrorAction 'SilentlyContinue' -Force"
    },
    "bin": [
        "BCU-console.exe",
        "BCUninstaller.exe",
        "OculusHelper.exe",
        "SteamHelper.exe",
        "StoreAppHelper.exe",
        "UninstallerAutomatizer.exe"
    ],
    "shortcuts": [
        [
            "BCUninstaller.exe",
            "Bulk Crap Uninstaller"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Klocman/Bulk-Crap-Uninstaller"
    },
    "autoupdate": {
        "url": "https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v$version/BCUninstaller_$version_portable.zip",
        "hash": {
            "url": "https://sourceforge.net/projects/bulk-crap-uninstaller/files/v$version/",
            "regex": "$basename.*?\"sha1\":\"$sha1"
        }
    }
}
