Skip to content

Commit

Permalink
ccleaner: Update to version 6.20.10897
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2024
1 parent 63b049b commit 22b01ef
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions bucket/ccleaner.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "6.19.10858",
"version": "6.20.10897",
"description": "Freeware system optimization tool that removes unused and temporary files",
"homepage": "https://www.ccleaner.com/ccleaner",
"license": "Freeware",
"url": "https://download.ccleaner.com/portable/ccsetup619.zip",
"hash": "745c601be43e4459c05427be3b2a4f5f3638b081a3fc14df30369d67122e2b36",
"url": "https://download.ccleaner.com/portable/ccsetup620.zip",
"hash": "bacba8dbfcdaef5b098fa764c85af3b93a55c1b6e31f01eb21f51b3408a007b5",
"pre_install": [
"if (!(Test-Path $persist_dir\\ccleaner.ini)) {",
" Set-Content $dir\\ccleaner.ini @('[Options]', 'UpdateAuto=0', 'UpdateNotify=0', 'UpdateCheck=0', 'HelpImproveCCleaner=0') -Encoding ASCII }",
Expand All @@ -14,9 +14,7 @@
],
"architecture": {
"64bit": {
"post_install": [
"Remove-Item $dir\\CCleaner.exe, $dir\\x86 -Recurse"
],
"post_install": "Remove-Item $dir\\CCleaner.exe, $dir\\x86 -Recurse",
"shortcuts": [
[
"CCleaner64.exe",
Expand All @@ -25,9 +23,7 @@
]
},
"32bit": {
"post_install": [
"Remove-Item $dir\\CCleaner64.exe, $dir\\x64 -Recurse"
],
"post_install": "Remove-Item $dir\\CCleaner64.exe, $dir\\x64 -Recurse",
"shortcuts": [
[
"CCleaner.exe",
Expand Down

0 comments on commit 22b01ef

Please sign in to comment.