1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:41:46 +00:00

Release version 1.8.1

This commit is contained in:
Tw93
2025-11-09 10:14:46 +08:00
parent 40363df4cc
commit c3454bcc79
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ RAYCAST_DIR="$HOME/Library/Application Support/Raycast/script-commands"
BASE_URL="https://raw.githubusercontent.com/tw93/Mole/main/integrations/raycast"
# Check Raycast
if [[ ! -d "$HOME/Library/Application Support/Raycast" ]]; then
if [[ ! -d "/Applications/Raycast.app" ]]; then
echo -e "${YELLOW}Raycast not found. Install from: https://raycast.com${NC}"
exit 1
fi

2
mole
View File

@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/lib/common.sh"
# Version info
VERSION="1.8.0"
VERSION="1.8.1"
MOLE_TAGLINE="can dig deep to clean your Mac."
# Get latest version from remote repository