Skip to content

Fix macOS DMG presentation in release builds - #11

Merged
BeaCox merged 1 commit into
mainfrom
fix/dmg-layout
Aug 28, 2026
Merged

Fix macOS DMG presentation in release builds#11
BeaCox merged 1 commit into
mainfrom
fix/dmg-layout

Conversation

@BeaCox

@BeaCox BeaCox commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace the blank DMG background with a field-manual guided-install layout
  • opt into Tauri Finder layout generation on GitHub Actions with TAURI_BUNDLER_DMG_IGNORE_CI
  • mount and verify every release DMG before staging it
  • add cross-platform validation tests and document the release invariant

Root cause

Tauri automatically adds --skip-jenkins when CI=true unless TAURI_BUNDLER_DMG_IGNORE_CI=true. The released DMGs therefore had no .DS_Store and opened in Finder default icon view. The tracked background was also a blank solid-color image.

Validation

  • make check
  • local make bundles
  • new DMG mounted read-only and passed scripts/verify-macos-dmg.sh
  • old Draft DMG correctly failed the new layout check
  • Finder visual QA confirmed the 760 x 440 guided install layout

@BeaCox
BeaCox merged commit 394516c into main Aug 28, 2026
3 checks passed
@BeaCox
BeaCox deleted the fix/dmg-layout branch August 28, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant