-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccleaner.json
40 lines (40 loc) · 1.16 KB
/
ccleaner.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
39
40
{
"homepage": "https://www.piriform.com/ccleaner",
"version": "5.76.8269",
"url": "https://www.piriform.com/ccleaner/download/portable/downloadfile#/dl.7z",
"hash": "b30f7fb7bdac36c3476b2ef6ad54b745a0278fb3b5e81ab74d904d5071eb8e74",
"architecture": {
"64bit": {
"bin": [
[
"CCleaner64.exe",
"CCleaner"
]
],
"shortcuts": [
[
"CCleaner64.exe",
"CCleaner"
]
]
},
"32bit": {
"bin": "CCleaner.exe",
"shortcuts": [
[
"CCleaner.exe",
"CCleaner"
]
]
}
},
"persist": "ccleaner.ini",
"pre_install": "if(!(test-path \"$dir\\ccleaner.ini\")) { Add-Content \"$dir\\ccleaner.ini\" $null }",
"checkver": {
"url": "https://www.piriform.com/ccleaner/download",
"re": "<strong>v([\\d.]+)</strong>"
},
"autoupdate": {
"url": "https://www.piriform.com/ccleaner/download/portable/downloadfile#/dl.7z"
}
}