forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkanata.json
More file actions
74 lines (74 loc) · 2.41 KB
/
Copy pathkanata.json
File metadata and controls
74 lines (74 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"version": "1.11.0",
"description": "A software keyboard remapper.",
"homepage": "https://github.com/jtroo/kanata",
"license": "LGPL-3.0-only",
"notes": "Configuration Guide: https://github.com/jtroo/kanata/blob/main/docs/config.adoc",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/jtroo/kanata/releases/download/v1.11.0/windows-binaries-x64.zip",
"hash": "db43d06e7f8d0578bc77585bc24bb385cc99862e942e5554dbf3dec02bf081e9",
"bin": [
[
"kanata_windows_tty_winIOv2_x64.exe",
"Kanata"
],
[
"kanata_windows_tty_winIOv2_cmd_allowed_x64.exe",
"Kanata-cmd"
]
],
"shortcuts": [
[
"kanata_windows_gui_winIOv2_x64.exe",
"Kanata"
],
[
"kanata_windows_gui_winIOv2_cmd_allowed_x64.exe",
"Kanata-cmd"
]
]
},
"arm64": {
"url": "https://github.com/jtroo/kanata/releases/download/v1.11.0/windows-binaries-arm64.zip",
"hash": "cbc52b520f62a68cc032df1cfbb93d5793b02612449b9bab573ecd781b253e1f",
"bin": [
[
"kanata_windows_tty_winIOv2_arm64.exe",
"Kanata"
],
[
"kanata_windows_tty_winIOv2_cmd_allowed_arm64.exe",
"Kanata-cmd"
]
],
"shortcuts": [
[
"kanata_windows_gui_winIOv2_arm64.exe",
"Kanata"
],
[
"kanata_windows_gui_winIOv2_cmd_allowed_arm64.exe",
"Kanata-cmd"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jtroo/kanata/releases/download/v$version/windows-binaries-x64.zip"
},
"arm64": {
"url": "https://github.com/jtroo/kanata/releases/download/v$version/windows-binaries-arm64.zip"
}
},
"hash": {
"url": "$baseurl/sha256sums"
}
}
}