Skip to content

macOS DMG: add Applications drag target#113

Merged
robinebers merged 1 commit intorobinebers:mainfrom
daeshawnballard:codex/macos-dmg-applications-link
Feb 8, 2026
Merged

macOS DMG: add Applications drag target#113
robinebers merged 1 commit intorobinebers:mainfrom
daeshawnballard:codex/macos-dmg-applications-link

Conversation

@daeshawnballard
Copy link
Copy Markdown
Contributor

@daeshawnballard daeshawnballard commented Feb 8, 2026

Why

The macOS DMG installer currently does not include a visible Applications drag target (folder/link), which makes the install UX incomplete.

What changed

  • Updated src-tauri/tauri.conf.json
  • Added bundle.macOS.dmg layout config:
    • appPosition
    • applicationFolderPosition
    • windowSize

Before

Before screenshot

After

After screenshot

Validation

  • Built DMG locally: bun run tauri build --bundles dmg
  • Mounted DMG and verified it contains:
    • OpenUsage.app
    • Applications -> /Applications

@github-actions github-actions bot added the rust Pull requests that update rust code label Feb 8, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@robinebers
Copy link
Copy Markdown
Owner

Excellent addition @daeshawnballard

thank you!

@robinebers robinebers merged commit d28384d into robinebers:main Feb 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants