diff --git a/integrations/setup-raycast.sh b/integrations/setup-raycast.sh index 07e67b6..62fbeba 100755 --- a/integrations/setup-raycast.sh +++ b/integrations/setup-raycast.sh @@ -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 diff --git a/mole b/mole index e1f5b76..02cb5ee 100755 --- a/mole +++ b/mole @@ -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