diff --git a/bucket/wsl-dashboard.json b/bucket/wsl-dashboard.json new file mode 100644 index 00000000000000..f27afbc90be44e --- /dev/null +++ b/bucket/wsl-dashboard.json @@ -0,0 +1,27 @@ +{ + "version": "0.7.1", + "description": "A modern, lightweight GUI manager for Windows Subsystem for Linux (WSL) instances.", + "homepage": "https://github.com/owu/wsl-dashboard", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/owu/wsl-dashboard/releases/download/v0.7.1/wsldashboard.v0.7.1.exe#/wsldashboard.exe", + "hash": "a70a044188fd4e67833e5876f90216699500b20d416d774703f63fdcfa834f92" + } + }, + "bin": "wsldashboard.exe", + "shortcuts": [ + [ + "wsldashboard.exe", + "WSL Dashboard" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/owu/wsl-dashboard/releases/download/v$version/wsldashboard.v$version.exe#/wsldashboard.exe" + } + } + } +}