From 4ea3b1c47f4c4cde80b785d15ee6eba426485557 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 8 Oct 2025 23:57:48 +0800 Subject: [PATCH] Release 1.7 --- .gitignore | 1 + install.sh | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0c59c53..9619cce 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ tmp/ temp/ *.tmp *.temp +*.dmg # Cache .cache/ diff --git a/install.sh b/install.sh index 8b8f99c..6b43339 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,5 @@ #!/bin/bash # Mole Installation Script -# Install Mole system cleanup tool to your system set -euo pipefail @@ -10,7 +9,7 @@ BLUE='\033[0;34m' YELLOW='\033[1;33m' RED='\033[0;31m' NC='\033[0m' - + # Simple spinner _SPINNER_PID="" start_line_spinner() {