Update install-uvtools.sh

This commit is contained in:
Tiago Conceição
2022-10-19 03:06:12 +01:00
parent 853f190efe
commit eaffd40346
+1 -1
View File
@@ -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