diff --git a/lib/clean/app_caches.sh b/lib/clean/app_caches.sh index 85db1ae..70dd64f 100644 --- a/lib/clean/app_caches.sh +++ b/lib/clean/app_caches.sh @@ -41,6 +41,7 @@ clean_code_editors() { # Clean communication apps (Slack, Discord, Zoom, etc.) clean_communication_apps() { safe_clean ~/Library/Application\ Support/discord/Cache/* "Discord cache" + safe_clean ~/Library/Application\ Support/legcord/Cache/* "Legcord cache" safe_clean ~/Library/Application\ Support/Slack/Cache/* "Slack cache" safe_clean ~/Library/Caches/us.zoom.xos/* "Zoom cache" safe_clean ~/Library/Caches/com.tencent.xinWeChat/* "WeChat cache" diff --git a/lib/core/app_protection.sh b/lib/core/app_protection.sh index 303fb1c..dc2cd52 100755 --- a/lib/core/app_protection.sh +++ b/lib/core/app_protection.sh @@ -351,6 +351,7 @@ readonly DATA_PROTECTED_BUNDLES=( "com.microsoft.teams*" # Microsoft Teams "com.slack.Slack" # Slack "com.hnc.Discord" # Discord + "app.legcord.Legcord" # Legcord "org.telegram.desktop" # Telegram "ru.keepcoder.Telegram" # Telegram legacy "net.whatsapp.WhatsApp" # WhatsApp