{
    "version": "2.3.0",
    "description": "A small single file image viewer written in C/C++.",
    "homepage": "https://github.com/Wassimulator/CactusViewer",
    "license": "BSD 2-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Wassimulator/CactusViewer/releases/download/v2.3.0/CactusViewer.exe",
            "hash": "f9e4bea5427af9bf244ed57e67f1edc4fa20408bb64cc0f8b43ac030ae9cd234"
        }
    },
    "bin": "cactusviewer.exe",
    "shortcuts": [
        [
            "CactusViewer.exe",
            "CactusViewer"
        ]
    ],
    "post_uninstall": [
        "$CactusViewerAppData = [string] '{0}\\CactusViewer' -f $env:APPDATA",
        "if ([System.IO.Directory]::Exists($CactusViewerAppData)) {",
        "    $null = [System.IO.Directory]::Delete($CactusViewerAppData,$true)",
        "}"
    ],
    "checkver": {
        "github": "https://github.com/Wassimulator/CactusViewer"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Wassimulator/CactusViewer/releases/download/v$version/CactusViewer.exe"
            }
        }
    }
}
