ScoopInstaller_Main/bucket/danser-go.json
2022-04-26 04:31:14 +00:00

23 lines
774 B
JSON

{
"version": "0.6.9",
"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.6.9/danser-0.6.9-win.zip",
"hash": "9b22701227b25843aa1d96b277055529f189a63e8c5db5af82cb2d37df260e8c"
}
},
"bin": "danser.exe",
"persist": "settings",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Wieku/danser-go/releases/download/$version/danser-$version-win.zip"
}
}
}
}