mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 18:40:05 +00:00
1.12.12
This commit is contained in:
5
mole
5
mole
@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
source "$SCRIPT_DIR/lib/core/common.sh"
|
source "$SCRIPT_DIR/lib/core/common.sh"
|
||||||
|
|
||||||
# Version info
|
# Version info
|
||||||
VERSION="1.12.11"
|
VERSION="1.12.12"
|
||||||
MOLE_TAGLINE="can dig deep to clean your Mac."
|
MOLE_TAGLINE="can dig deep to clean your Mac."
|
||||||
|
|
||||||
# Check if Touch ID is already configured
|
# Check if Touch ID is already configured
|
||||||
@@ -738,9 +738,6 @@ main() {
|
|||||||
"touchid")
|
"touchid")
|
||||||
exec "$SCRIPT_DIR/bin/touchid.sh" "${args[@]:1}"
|
exec "$SCRIPT_DIR/bin/touchid.sh" "${args[@]:1}"
|
||||||
;;
|
;;
|
||||||
"test")
|
|
||||||
exec "$SCRIPT_DIR/scripts/run-tests.sh" "${args[@]:1}"
|
|
||||||
;;
|
|
||||||
"update")
|
"update")
|
||||||
update_mole
|
update_mole
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user