Update install-uvtools.sh

This commit is contained in:
Tiago Conceição
2022-11-24 00:26:16 +00:00
parent d91ce921ea
commit d716012bf6
+3
View File
@@ -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.'