Skip to content

Commit 2ad79b6

Browse files
committed
ci: add dmg background image
1 parent ba96e3e commit 2ad79b6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Makefile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,9 +758,18 @@ endif
758758
echo -e $(BUILD_MSG) "dmg"
759759
mkdir -p pkg
760760
scripts/create-dmg/create-dmg \
761+
--volname "Status" \
762+
--window-pos 200 120 \
763+
--window-size 900 520 \
764+
--background dmg-background-status.png \
765+
--icon-size 128 \
766+
--text-size 13 \
767+
--icon "Status.app" 180 260 \
768+
--hide-extension "Status.app" \
769+
--app-drop-link 720 260 \
770+
--format UDZO \
761771
pkg/Status.dmg \
762-
$(MACOS_OUTER_BUNDLE) || true
763-
# We ignore failure above create-dmg can't skip signing.
772+
$(MACOS_OUTER_BUNDLE) || true # We ignore failure above create-dmg can't skip signing.
764773
# It is just not signed, hence the next command should succeed.
765774
mv "`ls pkg/*.dmg`" $(STATUS_CLIENT_DMG)
766775

dmg-background-status.png

1.19 MB
Loading

0 commit comments

Comments
 (0)