forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCCleanerPro.json
60 lines (60 loc) · 2.25 KB
/
CCleanerPro.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"version": "5.81.8895",
"description": "CCleaner Professional. The number-one tool for cleaning PC. Protects privacy and makes computer faster and more secure!",
"homepage": "https://www.ccleaner.com/ccleaner",
"license": {
"identifier": "Proprietary",
"url": "https://www.ccleaner.com/legal/end-user-license-agreement"
},
"changelog": "https://www.ccleaner.com/ccleaner/version-history",
"url": [
"https://download.ccleaner.com/ccsetup581.exe#/cosi.7z",
"https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/ccl.dll#/branding.dll",
"https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/ccl.dat#/CCleaner.dat"
],
"hash": [
"176022fa9d667c7744c7942a60e06358e827a875b261f1ea0770f82af0233894",
"26d6cd545f57071e3a01e5e39e68fde63af8e086bd39eff2b746633006d71511",
"d5142f288ee9e334671c807931ace52c31eaa0fa254ffe31979fad0b6ba5c2cd"
],
"pre_install": [
"try { Get-Command 'Test-Persistence' -ErrorAction 'Stop' | Out-Null } catch { error 'Shovel flavour of scoop is required'; exit 258 }",
"Out-UTF8File \"$dir\\portable.dat\" '#PORTABLE#'",
"Test-Persistence 'ccleaner.ini' '[Options]', 'HelpImproveCCleaner=0', 'PrefsPrivacyShowOffers1stParty=0', 'PrefsPrivacyShareData1stParty=0'",
"Remove-AppDirItem '$*', 'uninst*', 'CCUpdate*'"
],
"architecture": {
"64bit": {
"bin": [
"CCleaner64.exe",
[
"CCleaner64.exe",
"CCleaner"
]
],
"shortcuts": [
[
"CCleaner64.exe",
"CCleaner"
]
]
},
"32bit": {
"bin": "CCleaner.exe",
"shortcuts": [
[
"CCleaner.exe",
"CCleaner"
]
]
}
},
"persist": "ccleaner.ini",
"checkver": {
"url": "https://www.ccleaner.com/ccleaner/version-history",
"regex": "v([\\d.]+) \\(\\d+"
},
"autoupdate": {
"url": "https://download.ccleaner.com/ccsetup$majorVersion$minorVersion.exe#/cosi.7z"
}
}