feat: improve macOS DMG installer artwork - #52
Merged
Conversation
kalvinnchau
approved these changes
Aug 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Category: improvement
User Impact: People downloading Berd on macOS now see a clearer, distinctly Berd installation window when moving the app into Applications.
Problem: The existing DMG used a generic white background and conventional arrow that did not reflect Berd’s visual identity. The installation action was recognizable, but the first product moment felt disconnected from the rest of the experience.
Solution: Rework the generated DMG artwork around Berd’s dotted-paper field and a hand-drawn brush arrow. The arrowhead remains a separate gesture so its direction stays legible, while the native app and Applications icons preserve the familiar macOS installation model.
Preview
File changes
scripts/package-macos-dmg.sh
Replaces the generic DMG background with generated dotted-paper artwork, an explicit installation instruction, and deterministic brush-stamped arrow geometry. It also adjusts the Applications icon position to balance the composition.
Validation
bash -n scripts/package-macos-dmg.shpnpm vitest run --config vitest.release-scripts.config.ts— 84 tests passed