1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 03:14:17 +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