From bdfb4a8964470627b963152b3aeb8226eb667e3c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 11 Dec 2025 19:30:47 +0800 Subject: [PATCH] 1.12.12 --- mole | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mole b/mole index abf6510..0a59668 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.11" +VERSION="1.12.12" MOLE_TAGLINE="can dig deep to clean your Mac." # Check if Touch ID is already configured @@ -738,9 +738,6 @@ main() { "touchid") exec "$SCRIPT_DIR/bin/touchid.sh" "${args[@]:1}" ;; - "test") - exec "$SCRIPT_DIR/scripts/run-tests.sh" "${args[@]:1}" - ;; "update") update_mole exit 0