From d716012bf6bafb92780f62f5fe76d7b57ae43006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Thu, 24 Nov 2022 00:26:16 +0000 Subject: [PATCH] Update install-uvtools.sh --- Scripts/install-uvtools.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scripts/install-uvtools.sh b/Scripts/install-uvtools.sh index 6bbf4ad..fe56787 100644 --- a/Scripts/install-uvtools.sh +++ b/Scripts/install-uvtools.sh @@ -120,6 +120,9 @@ if [ "${OSTYPE:0:6}" == "darwin" ]; then # Remove quarantine security from files find "$appPath" -print0 | xargs -0 xattr -d com.apple.quarantine &> /dev/null + # Force codesign + codesign --force --deep -s - "$appPath" + echo '' echo 'Installation was successful. UVtools will now run.'