Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions bucket/easytier-gui.json
Original file line number Diff line number Diff line change
@@ -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",
Copy link
Member

@z-Fng z-Fng Nov 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Please add 32-bit version as well.

  2. https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md

    If the program file is a GUI application and it doesn't accept any commandline arguments, no need to add it in bin.

    Does it accept any command-line arguments?

  3. Should we consider support both CLI and GUI in EasyTier instead? Something like: b3249bd

"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"
}
}
}
}