ScoopInstaller_Main/bucket/danser-go.json
2023-08-13 20:22:36 +00:00

32 lines
912 B
JSON

{
"version": "0.9.0",
"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.9.0/danser-0.9.0-win.zip",
"hash": "eaa224086ff7e2db90e2491ea121205730e244f9072cd73233b461f3aee9e575"
}
},
"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"
}
}
}
}