From eaffd40346387e39eba505bee1bb4ba890782648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Wed, 19 Oct 2022 03:06:12 +0100 Subject: [PATCH] Update install-uvtools.sh --- Scripts/install-uvtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install-uvtools.sh b/Scripts/install-uvtools.sh index 45354a2..fc5bca8 100644 --- a/Scripts/install-uvtools.sh +++ b/Scripts/install-uvtools.sh @@ -47,7 +47,7 @@ if [ "${OSTYPE:0:6}" == "darwin" ]; then brew install --cask uvtools if [ -d "$appDir" ]; then - find "$appDir" -print0 | xargs -0 xattr -d com.apple.quarantine + find "$appDir" -print0 | xargs -0 xattr -d com.apple.quarantine &> /dev/null open "$appDir" & fi