{
    "version": "670",
    "description": "A personal booru-style media tagger",
    "homepage": "https://hydrusnetwork.github.io/hydrus/",
    "license": "WTFPL",
    "architecture": {
        "64bit": {
            "url": "https://github.com/hydrusnetwork/hydrus/releases/download/v670/Hydrus.Network.670.-.Windows.-.Extract.only.zip",
            "hash": "f12815baf7b0058078e5efa60c949ae25bf77f307e95b9d89b3fe0a80820a7a9"
        }
    },
    "extract_dir": "Hydrus Network",
    "post_install": "if (Test-Path \"$dir\\db.original\\sqlite3.exe\") { Copy-Item \"$dir\\db.original\\sqlite3.exe\" \"$dir\\db\" -Force }",
    "bin": [
        [
            "hydrus_client.exe",
            "hydrusclient"
        ],
        [
            "hydrus_server.exe",
            "hydrusserver"
        ]
    ],
    "shortcuts": [
        [
            "hydrus_client.exe",
            "Hydrus Client"
        ],
        [
            "hydrus_server.exe",
            "Hydrus Server"
        ]
    ],
    "persist": "db",
    "checkver": {
        "github": "https://api.github.com/repos/hydrusnetwork/hydrus/releases",
        "jsonpath": "$..browser_download_url",
        "regex": "download/v(?<version>[\\d.]+[a-z]{0,1})/Hydrus\\.Network\\.\\k<version>\\.-\\.Windows\\.-\\.Extract\\.only\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/hydrusnetwork/hydrus/releases/download/v$version/Hydrus.Network.$version.-.Windows.-.Extract.only.zip"
            }
        }
    }
}
