From 763accd0b00f8d3ec1c546c4f35288528ddc65c0 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 10 Dec 2025 10:28:11 +0800 Subject: [PATCH] 1.12.2 --- mole | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mole b/mole index 1b18569..c6d2e55 100755 --- a/mole +++ b/mole @@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "$SCRIPT_DIR/lib/core/common.sh" # Version info -VERSION="1.12.3" +VERSION="1.12.2" MOLE_TAGLINE="can dig deep to clean your Mac." # Check if Touch ID is already configured @@ -114,7 +114,7 @@ animate_mole_intro() { hide_cursor local -a mole_lines=() - + if is_christmas_season; then while IFS= read -r line; do mole_lines+=("$line") @@ -148,7 +148,7 @@ EOF local body_cutoff local body_color="${PURPLE}" local ground_color="${GREEN}" - + if is_christmas_season; then body_cutoff=6 for idx in "${!mole_lines[@]}"; do