1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 21:55:08 +00:00

fix: stop cleaning aerial wallpaper assets by default

This commit is contained in:
Tw93
2026-03-17 16:35:10 +08:00
parent ea4cd9d0e3
commit e1f427c9aa
2 changed files with 2 additions and 4 deletions

View File

@@ -473,9 +473,6 @@ clean_support_app_data() {
fi
fi
# Clean old aerial wallpaper videos (can be large, safe to remove).
safe_clean ~/Library/Application\ Support/com.apple.wallpaper/aerials/videos/* "Aerial wallpaper videos"
# Do not touch Messages attachments, only preview/sticker caches.
if pgrep -x "Messages" > /dev/null 2>&1; then
echo -e " ${GRAY}${ICON_WARNING}${NC} Messages is running · preview cache cleanup skipped"