ScoopInstaller_Main/bucket/danser-go.json
2024-11-05 00:35:16 +00:00

32 lines
915 B
JSON

{
"version": "0.10.1",
"description": "Dancing visualizer of osu! standard maps and custom osu! client written in Go. Also a generator for osu! videos.",
"homepage": "https://github.com/Wieku/danser-go",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Wieku/danser-go/releases/download/0.10.1/danser-0.10.1-win.zip",
"hash": "19d149bd204d9544d7f72a10ad8ade17c6cf24cd3ccdfce39f8ec66f261cfea2"
}
},
"bin": [
"danser.exe",
"danser-cli.exe"
],
"shortcuts": [
[
"danser.exe",
"danser-go"
]
],
"persist": "settings",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Wieku/danser-go/releases/download/$version/danser-$version-win.zip"
}
}
}
}