1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-24 07:15:07 +00:00

chore: auto format code

This commit is contained in:
Tw93
2026-02-28 03:11:16 +00:00
parent c19a0276b8
commit 194e8ad29a
3 changed files with 5 additions and 5 deletions

View File

@@ -503,7 +503,7 @@ get_path_size_kb() {
echo "0"
return
}
# For .app bundles, prefer mdls logical size as it matches Finder
# (APFS clone/sparse files make 'du' severely underreport apps like Xcode)
if [[ "$path" == *.app || "$path" == *.app/ ]]; then