diff --git a/bucket/fancywm.json b/bucket/fancywm.json new file mode 100644 index 0000000..3dad85a --- /dev/null +++ b/bucket/fancywm.json @@ -0,0 +1,26 @@ +{ + "version": "v2.11.3-rc", + "description": "FancyWM - a dynamic tiling window manager for Windows 10/11", + "homepage": "https://github.com/FancyWM/fancywm", + "license": { + "identifier": "MIT", + "url": "https://opensource.org/license/MIT/" + }, + "url": "https://github.com/FancyWM/fancywm/releases/download/v2.11.3-rc/Release.zip", + "bin": "FancyWM.exe", + "shortcuts": [ + [ + "FancyWM.exe", + "FancyWM" + ] + ], + "checkver": { + "github": "https://github.com/FancyWM/fancywm" + }, + "autoupdate": { + "url": "https://github.com/FancyWM/fancywm/releases/download/v$matchTail-rc/Release.zip", + "hash": { + "mode": "download" + } + } +}