happyuc-client-binaries
Version:
Download Happyuc client binaries for your OS
73 lines (72 loc) • 1.76 kB
JSON
{
"clients": {
"Ghuc": {
"version": "",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://github.com/happyuc-project/happyuc-go/raw/master/target/ghuc-linux-amd64.tar.gz",
"type": "tar",
"bin": "ghuc"
},
"bin": "build/bin/ghuc",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Ghuc",
""
]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "https://github.com/happyuc-project/happyuc-go/raw/master/target/ghuc-mac-amd64.tar.gz",
"type": "tar",
"bin": "ghuc"
},
"bin": "build/bin/ghuc",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Ghuc",
""
]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "https://github.com/happyuc-project/happyuc-go/raw/master/target/ghuc-win-amd64.tar.gz",
"type": "tar",
"bin": "ghuc.exe"
},
"bin": "build/bin/ghuc.exe",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Ghuc",
""
]
}
}
}
}
}
}
}
}