From 3eb2a7c7fd84e5c4e8faeef54c5aaa65dede4d7b Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Thu, 7 Aug 2025 20:53:39 -0500 Subject: [PATCH] Update build-macos.yml --- .github/workflows/build-macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 5b19959..7ad279b 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -45,7 +45,7 @@ jobs: echo "Ad-hoc signing complete for all bundles." working-directory: simpliplay - - name: Create DMG installers + - name: Create custom DMG installers run: | # --- Set up variables --- APP_NAME="SimpliPlay" @@ -73,7 +73,7 @@ jobs: open set position of item "%s.app" to {150, 150} set position of item "Applications" to {450, 150} - set background picture of container window to file ".background:%s" + set background picture of container window to file POSIX file "%s" set current view of container window to icon view set toolbar visible of container window to false set statusbar visible of container window to false @@ -82,7 +82,7 @@ jobs: delay 5 close end tell - end tell' "$volume_name" "$APP_NAME" "$BACKGROUND_IMAGE" | osascript + end tell' "$volume_name" "$APP_NAME" "$MOUNT_POINT/.background/$BACKGROUND_IMAGE" | osascript hdiutil detach "$MOUNT_POINT" hdiutil convert "$temp_dmg_name" -format UDRW -ov -o "$dmg_name"