Updated FancyWM to v2.11.5, Changed AutoUpdate Behaviour
This commit is contained in:
parent
a21738f29d
commit
b6ac86a440
1 changed files with 9 additions and 4 deletions
|
@ -1,12 +1,17 @@
|
|||
{
|
||||
"version": "v2.11.3-rc",
|
||||
"version": "v2.11.5",
|
||||
"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",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/FancyWM/fancywm/releases/download/$version/FancyWM.Release.x64.zip",
|
||||
"hash": "D9232EC8B20FA0EB0036650CD8B3FCCE59B65DA2B1D56C0BBAF207CCECFE9BE9"
|
||||
}
|
||||
},
|
||||
"bin": "FancyWM.exe",
|
||||
"shortcuts": [
|
||||
[
|
||||
|
@ -18,9 +23,9 @@
|
|||
"github": "https://github.com/FancyWM/fancywm"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/FancyWM/fancywm/releases/download/v$matchTail-rc/Release.zip",
|
||||
"url": "https://github.com/FancyWM/fancywm/releases/download/v$matchTail/FancyWM.Release.x64.zip",
|
||||
"hash": {
|
||||
"mode": "download"
|
||||
"url": "$url,sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue