diff --git a/bucket/danser-go.json b/bucket/danser-go.json new file mode 100644 index 0000000000..da2cd5912a --- /dev/null +++ b/bucket/danser-go.json @@ -0,0 +1,22 @@ +{ + "version": "0.6.8", + "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.6.8/danser-0.6.8-win.zip", + "hash": "b54b43df55f09a239e55078759e8c84ed085d8dd4a436f34fa6faae5db095580" + } + }, + "bin": "danser.exe", + "persist": "settings", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Wieku/danser-go/releases/download/$version/danser-$version-win.zip" + } + } + } +}