ScoopInstaller_Main/bucket/danser-go.json
2023-01-07 04:28:38 +00:00

32 lines
912 B
JSON

{
"version": "0.8.4",
"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.8.4/danser-0.8.4-win.zip",
"hash": "377b51ac46f6fff07915ddbdff81e7040aea59b274d05f7fb5627244908a607d"
}
},
"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"
}
}
}
}