Skip to content

Commit

Permalink
Clean Google Chrome code cache on Windows 10
Browse files Browse the repository at this point in the history
Reported by LifeIsADeflatingVest
#1099
  • Loading branch information
az0 committed Jan 25, 2021
1 parent 260822f commit 8a18e96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cleaners/google_chrome.xml
Expand Up @@ -56,6 +56,8 @@
<action command="delete" search="glob" path="$$base$$\B*.tmp"/>
<action command="delete" search="walk.all" path="$$profile$$\Default\Application Cache\"/>
<action command="delete" search="walk.files" path="$$profile$$\Cache\"/>
<!-- Linux stores the Code Cache under ~/.cache/ , so it doesn't need an extra rule -->
<action command="delete" search="walk.files" path="$$profile$$\Code Cache\"/>
<action command="delete" search="walk.files" path="$$profile$$\Media Cache\"/>
</option>
<option id="cookies">
Expand Down

0 comments on commit 8a18e96

Please sign in to comment.