mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update install-uvtools.sh
This commit is contained in:
@@ -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.'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user