Skip to content

Commit

Permalink
Autobuild: Work around CodeQL-introduced create-dmg/hdiutil build fai…
Browse files Browse the repository at this point in the history
…lures

Fixes: jamulussoftware#3207
  • Loading branch information
hoffie authored and softins committed Jan 29, 2024
1 parent 57a29b2 commit 1251feb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mac/deploy_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ build_installer_image() {

# Build installer image

create-dmg \
# This 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" \
--background "${resources_path}/installerbackground.png" \
--window-pos 200 400 \
Expand Down

0 comments on commit 1251feb

Please sign in to comment.