Skip to content

Commit 36533f9

Browse files
committed
kanata@1.11.0: fix autoupdate
1 parent 6ebbef7 commit 36533f9

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

bucket/kanata.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
11
{
2-
"version": "1.9.0",
2+
"version": "1.11.0",
33
"description": "A software keyboard remapper.",
44
"homepage": "https://github.com/jtroo/kanata",
55
"license": "LGPL-3.0-only",
66
"notes": "Configuration Guide: https://github.com/jtroo/kanata/blob/main/docs/config.adoc",
77
"architecture": {
88
"64bit": {
9-
"url": "https://github.com/jtroo/kanata/releases/download/v1.9.0/kanata.exe",
10-
"hash": "18bdeaa4c51ce404ece4d94b6fa00aa355062dd703236398eeb12e684493ddcb"
9+
"url": "https://github.com/jtroo/kanata/releases/download/v1.11.0/windows-binaries-x64.zip",
10+
"hash": "db43d06e7f8d0578bc77585bc24bb385cc99862e942e5554dbf3dec02bf081e9",
11+
"bin": [
12+
[
13+
"kanata_windows_gui_winIOv2_x64.exe",
14+
"Kanata"
15+
]
16+
],
17+
"shortcuts": [
18+
[
19+
"kanata_windows_gui_winIOv2_x64.exe",
20+
"Kanata"
21+
]
22+
]
1123
}
1224
},
13-
"bin": "kanata.exe",
1425
"checkver": "github",
1526
"autoupdate": {
1627
"architecture": {
1728
"64bit": {
18-
"url": "https://github.com/jtroo/kanata/releases/download/v$version/kanata.exe"
29+
"url": "https://github.com/jtroo/kanata/releases/download/v$version/windows-binaries-x64.zip"
1930
}
2031
}
2132
}

0 commit comments

Comments
 (0)