ScoopInstaller_Main/bucket/danser-go.json
2022-07-09 16:29:58 +00:00

23 lines
774 B
JSON

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