26 lines
673 B
JSON
26 lines
673 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|