mirror of
https://github.com/laoxong/ScoopBucket
synced 2024-11-27 04:15:15 +01:00
30 lines
958 B
JSON
30 lines
958 B
JSON
{
|
|
"version": "2.0.0",
|
|
"description": "A simple, secure, decentralized VPN mesh network solution",
|
|
"homepage": "https://easytier.rs/",
|
|
"license": "Apache-2.0-license",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-windows-x86_64-v2.0.0.zip",
|
|
"hash": "15336d49992008e47dc56b09885f7d5f52d36c5276f1f0cc5d377fb19cb90ddf"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"easytier-core.exe",
|
|
"easytier-cli.exe"
|
|
]
|
|
],
|
|
"bin": ['easytier-core.exe', 'easytier-cli.exe'],
|
|
"checkver": {"github": "https://github.com/EasyTier/EasyTier"},
|
|
"extract_dir": "easytier-windows-x86_64",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-windows-x86_64-v$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|