{
    "version": "2.4.5",
    "description": "A simple, decentralized mesh VPN with WireGuard support. (GUI version)",
    "homepage": "https://github.com/EasyTier/EasyTier",
    "license": "LGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.4.5/easytier-gui_2.4.5_x64-setup.exe#/dl.7z",
            "hash": "57727f955a01c9d2ac4566b9320cf383a3e446ebc5f882e7995aa5195a4ef1f0"
        },
        "32bit": {
            "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.4.5/easytier-gui_2.4.5_x86-setup.exe#/dl.7z",
            "hash": "eb5b146431ab75a35f3a500ed162887a082d925ddb3c888ceabea96ce0e66510"
        },
        "arm64": {
            "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.4.5/easytier-gui_2.4.5_arm64-setup.exe#/dl.7z",
            "hash": "52bdd7b52ba11036636673e28b71e14637fd915b3a4189eea20f81d833ac77bf"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse -ErrorAction Ignore",
    "shortcuts": [
        [
            "easytier-gui.exe",
            "EasyTier"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-gui_$version_x64-setup.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-gui_$version_x86-setup.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-gui_$version_arm64-setup.exe#/dl.7z"
            }
        }
    }
}
