This commit is contained in:
Kaybee 2024-04-05 15:00:46 +02:00
parent c22d95a617
commit a21738f29d

26
bucket/fancywm.json Normal file
View file

@ -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"
}
}
}