diff --git a/bucket/easytier-gui.json b/bucket/easytier-gui.json new file mode 100644 index 00000000000000..7d4592b4ff41ce --- /dev/null +++ b/bucket/easytier-gui.json @@ -0,0 +1,34 @@ +{ + "version": "2.4.5", + "description": "A simple, decentralized mesh VPN with WireGuard support.", + "homepage": "https://github.com/EasyTier/EasyTier", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.4.5/easytier-gui_2.4.5_x64-setup.exe#dl.zip", + "hash": "57727f955a01c9d2ac4566b9320cf383a3e446ebc5f882e7995aa5195a4ef1f0" + }, + "arm64": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.4.5/easytier-gui_2.4.5_arm64-setup.exe#dl.zip", + "hash": "52bdd7b52ba11036636673e28b71e14637fd915b3a4189eea20f81d833ac77bf" + } + }, + "bin": "easytier-gui.exe", + "shortcuts": [ + [ + "easytier-gui.exe", + "easytier-gui" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-gui_$version_x64-setup.exe#dl.zip" + }, + "arm64": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-gui_$version_arm64-setup.exe#dl.zip" + } + } + } +}