mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 04:05:13 +00:00
32 lines
912 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|