Skip to content

fix(desktop): change name in dock from harper-desktop to Harper#3496

Merged
elijah-potter merged 1 commit into
masterfrom
feature/desktop-name
May 25, 2026
Merged

fix(desktop): change name in dock from harper-desktop to Harper#3496
elijah-potter merged 1 commit into
masterfrom
feature/desktop-name

Conversation

@elijah-potter
Copy link
Copy Markdown
Collaborator

@elijah-potter elijah-potter commented May 25, 2026

Issues

Fixes #3477

Description

Updates Harper Desktop's user-facing macOS app name from harper-desktop to Harper without changing the underlying product/package identity used for generated artifacts.

  • Adds bundle.macOS.bundleName in harper-desktop/src-tauri/tauri.conf.json so the macOS bundle/Dock display name is Harper.
  • Updates the main editor window title in harper-desktop/src-tauri/src/lib.rs from harper-desktop to Harper.
  • Leaves productName, bundle identifier, updater endpoint, package names, and config paths unchanged to avoid renaming CI artifacts or changing app identity.

Demo

N/A

How Has This Been Tested?

N/A; this PR only changes Tauri display metadata and the main window title.

AI Disclosure

  • I am a human and didn't use any AI.
  • I used LLM features of my editor, but not an agent.
  • I used an AI agent interactively.
  • I am an agent or I got an agent to do the work autonomously.

Checklist

  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • I have considered splitting this into smaller pull requests.

@hippietrail
Copy link
Copy Markdown
Collaborator

Closes #3477 by the way.

@elijah-potter
Copy link
Copy Markdown
Collaborator Author

Added to the description. Thank you!

@elijah-potter elijah-potter added this pull request to the merge queue May 25, 2026
Merged via the queue into master with commit e3114b8 May 25, 2026
13 checks passed
@elijah-potter elijah-potter deleted the feature/desktop-name branch May 25, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Harper Desktop's app name doesn't match the style of other Mac apps

2 participants