File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments