diff --git a/mac/deploy_mac.sh b/mac/deploy_mac.sh index a1a1317761..6e1e0da5a0 100755 --- a/mac/deploy_mac.sh +++ b/mac/deploy_mac.sh @@ -120,7 +120,7 @@ build_installer_image() { # Build installer image - # This gets rid of CodeQL's virally infecting dylib preloads which break hdiutil's helper + # Using sudo gets rid of CodeQL's virally infecting dylib preloads which break hdiutil's helper # /System/Library/PrivateFrameworks/DiskImages.framework/Resources/diskimages-helper. sudo -u "$USER" create-dmg \ --volname "${client_target_name} Installer" \