mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 19:25:10 +00:00
23 lines
774 B
JSON
23 lines
774 B
JSON
{
|
|
"version": "0.7.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.7.0/danser-0.7.0-win.zip",
|
|
"hash": "a3a3612b156316251622841d4e4ff70553f7818ec98293fb652ab8fbc879ce14"
|
|
}
|
|
},
|
|
"bin": "danser.exe",
|
|
"persist": "settings",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Wieku/danser-go/releases/download/$version/danser-$version-win.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|