mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
32 lines
912 B
JSON
32 lines
912 B
JSON
{
|
|
"version": "0.8.2",
|
|
"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.2/danser-0.8.2-win.zip",
|
|
"hash": "4ebb3879e5ad7bafdfdb63d0137d943f74c8fe4fd3141f505eb41343c2d8d00e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|