From d305f2be03f359cb180c36576c3bb7046f824c98 Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Thu, 1 Feb 2024 18:24:58 +0000 Subject: [PATCH] Update mac/deploy_mac.sh Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com> --- mac/deploy_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \