-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathCCEnhancer.json
27 lines (27 loc) · 901 Bytes
/
CCEnhancer.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
{
"homepage": "https://singularlabs.com/software/ccenhancer/",
"license": "unknown",
"version": "4.5.7",
"url": "https://singularlabs.com/download/10320/#/dl.7z",
"hash": "2a737d7997caf3f1ee67dc5d92a8ccd9f25df12439b23415c95e3d090e2412db",
"extract_dir": "CCEnhancer-multilingual-4.5.7",
"bin": "CCEnhancer.exe",
"shortcuts": [
[
"CCEnhancer.exe",
"CCleaner Enhancer"
]
],
"persist": [
"cc_config.ini",
"custom.ini"
],
"checkver": {
"url": "https://singularlabs.com/software/ccenhancer/download-ccenhancer/",
"regex": "CCEnhancer Portable</td>\\s*<td>([\\d.]+)[\\w\\W]*?https://singularlabs.com/download/(?<num>\\d+)/"
},
"autoupdate": {
"url": "https://singularlabs.com/download/$matchNum/#/dl.7z",
"extract_dir": "CCEnhancer-multilingual-$version"
}
}