mirror of
https://github.com/tw93/Mole.git
synced 2026-02-11 16:28:59 +00:00
feat: legcord
This commit is contained in:
@@ -41,6 +41,7 @@ clean_code_editors() {
|
|||||||
# Clean communication apps (Slack, Discord, Zoom, etc.)
|
# Clean communication apps (Slack, Discord, Zoom, etc.)
|
||||||
clean_communication_apps() {
|
clean_communication_apps() {
|
||||||
safe_clean ~/Library/Application\ Support/discord/Cache/* "Discord cache"
|
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/Application\ Support/Slack/Cache/* "Slack cache"
|
||||||
safe_clean ~/Library/Caches/us.zoom.xos/* "Zoom cache"
|
safe_clean ~/Library/Caches/us.zoom.xos/* "Zoom cache"
|
||||||
safe_clean ~/Library/Caches/com.tencent.xinWeChat/* "WeChat cache"
|
safe_clean ~/Library/Caches/com.tencent.xinWeChat/* "WeChat cache"
|
||||||
|
|||||||
@@ -351,6 +351,7 @@ readonly DATA_PROTECTED_BUNDLES=(
|
|||||||
"com.microsoft.teams*" # Microsoft Teams
|
"com.microsoft.teams*" # Microsoft Teams
|
||||||
"com.slack.Slack" # Slack
|
"com.slack.Slack" # Slack
|
||||||
"com.hnc.Discord" # Discord
|
"com.hnc.Discord" # Discord
|
||||||
|
"app.legcord.Legcord" # Legcord
|
||||||
"org.telegram.desktop" # Telegram
|
"org.telegram.desktop" # Telegram
|
||||||
"ru.keepcoder.Telegram" # Telegram legacy
|
"ru.keepcoder.Telegram" # Telegram legacy
|
||||||
"net.whatsapp.WhatsApp" # WhatsApp
|
"net.whatsapp.WhatsApp" # WhatsApp
|
||||||
|
|||||||
Reference in New Issue
Block a user