ScoopInstaller_Main/bucket/danser-go.json
Fayne Aldan 115fb40d2f
danser-go: Update for launcher (#3941)
* danser-go: Update for launcher

Change bin to `danser-cli.exe`
Add shortcut to `danser.exe` (GUI)

* danser-go: Add GUI to `bin`
2022-09-20 14:25:39 +05:30

32 lines
912 B
JSON

{
"version": "0.8.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.8.0/danser-0.8.0-win.zip",
"hash": "cfd6bdb219cc7fed04b7043776ada20dee2841a307cb0447754fa777d4900bc3"
}
},
"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"
}
}
}
}