ScoopInstaller_Main/bucket/danser-go.json
2022-12-22 04:27:33 +00:00

32 lines
912 B
JSON

{
"version": "0.8.3",
"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.3/danser-0.8.3-win.zip",
"hash": "146ceb7273c6d35b72500fdb8fce68bacc352dfc502cf001ec40ee6e3b1dbd35"
}
},
"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"
}
}
}
}