{
    "version": "3.2.6",
    "description": "A custom client designed to enhance your Discord experience while keeping everything lightweight.",
    "homepage": "https://github.com/ArmCord/ArmCord",
    "license": "OSL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ArmCord/ArmCord/releases/download/v3.2.6/ArmCord.Setup.3.2.6.exe#/dl.7z",
            "hash": "sha512:deb449e2e91f8ae538166655cf9b4ea4880af09265528a78114e002d44228f4f714bf0b4d9bece577016b96eb36022f5b10a0976b106177094c4c68c78c8094d",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
            ]
        }
    },
    "pre_uninstall": "Stop-Process -Name 'ArmCord' -ErrorAction SilentlyContinue",
    "bin": "ArmCord.exe",
    "shortcuts": [
        [
            "ArmCord.exe",
            "ArmCord"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ArmCord/ArmCord/releases/download/v$version/ArmCord.Setup.$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s$base64"
        }
    }
}
