mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 20:25:04 +00:00
Release version 1.8.1
This commit is contained in:
@@ -12,7 +12,7 @@ RAYCAST_DIR="$HOME/Library/Application Support/Raycast/script-commands"
|
|||||||
BASE_URL="https://raw.githubusercontent.com/tw93/Mole/main/integrations/raycast"
|
BASE_URL="https://raw.githubusercontent.com/tw93/Mole/main/integrations/raycast"
|
||||||
|
|
||||||
# Check 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}"
|
echo -e "${YELLOW}Raycast not found. Install from: https://raycast.com${NC}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
2
mole
2
mole
@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
source "$SCRIPT_DIR/lib/common.sh"
|
source "$SCRIPT_DIR/lib/common.sh"
|
||||||
|
|
||||||
# Version info
|
# Version info
|
||||||
VERSION="1.8.0"
|
VERSION="1.8.1"
|
||||||
MOLE_TAGLINE="can dig deep to clean your Mac."
|
MOLE_TAGLINE="can dig deep to clean your Mac."
|
||||||
|
|
||||||
# Get latest version from remote repository
|
# Get latest version from remote repository
|
||||||
|
|||||||
Reference in New Issue
Block a user