-
Notifications
You must be signed in to change notification settings - Fork 11
/
ConsoleZ.json
38 lines (38 loc) · 1.24 KB
/
ConsoleZ.json
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
{
"homepage": "https://github.com/cbucher/console",
"description": "A modified version of Console 2 for a better experience under Windows Vista/7/8/10 and a better visual rendering.",
"license": "GPL-2.0-only",
"version": "1.19.0.19104",
"architecture": {
"32bit": {
"hash": "baf0d01a6fc2eba66fe959740045cd268fcde772b1f3b9f59c4cb1d4d54f252e",
"url": "https://github.com/cbucher/console/releases/download/1.19.0/ConsoleZ.x86.1.19.0.19104.zip"
},
"64bit": {
"hash": "671566592f1e8b0b71a5e8a5bce3a5437a2f65c1e251715b0155774ec1be669f",
"url": "https://github.com/cbucher/console/releases/download/1.19.0/ConsoleZ.x64.1.19.0.19104.zip"
}
},
"bin": "console.exe",
"shortcuts": [
[
"console.exe",
"ConsoleZ"
]
],
"persist": "Console.xml",
"checkver": {
"url": "https://github.com/cbucher/console/releases/latest",
"regex": "Release ([\\d.]+) · cbucher/console"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/cbucher/console/releases/download/$matchHead/ConsoleZ.x86.$version.zip"
},
"64bit": {
"url": "https://github.com/cbucher/console/releases/download/$matchHead/ConsoleZ.x64.$version.zip"
}
}
}
}