From ead56c457549af66e2ae3fe80fcd5f8389ed65b3 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 9 Nov 2025 10:03:07 +0800 Subject: [PATCH] Increase the cleaning of uncommon software --- bin/clean.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/clean.sh b/bin/clean.sh index 6ed9baf..e41c448 100755 --- a/bin/clean.sh +++ b/bin/clean.sh @@ -926,6 +926,9 @@ perform_cleanup() { safe_clean ~/Library/Caches/com.sketchup.*/* "SketchUp cache" safe_clean ~/Library/Caches/com.raycast.macos/* "Raycast cache" safe_clean ~/Library/Caches/com.tw93.MiaoYan/* "MiaoYan cache" + safe_clean ~/Library/Caches/com.klee.desktop/* "Klee cache" + safe_clean ~/Library/Caches/klee_desktop/* "Klee desktop cache" + safe_clean ~/Library/Caches/com.orabrowser.app/* "Ora browser cache" safe_clean ~/Library/Caches/com.filo.client/* "Filo cache" safe_clean ~/Library/Caches/com.flomoapp.mac/* "Flomo cache" safe_clean ~/Library/Caches/com.spotify.client/* "Spotify cache"