Skip to content

fix: align packaged app binary name#46

Merged
mattenarle10 merged 1 commit into
mainfrom
fix/app-name-metadata
May 27, 2026
Merged

fix: align packaged app binary name#46
mattenarle10 merged 1 commit into
mainfrom
fix/app-name-metadata

Conversation

@mattenarle10
Copy link
Copy Markdown
Owner

Summary

  • sets Tauri mainBinaryName to marka.md
  • keeps the public product name, window title, app bundle name, and download naming aligned around marka.md

Closes #44 when merged.

Why

The existing macOS bundle already had:

  • CFBundleName: marka.md
  • CFBundleDisplayName: marka.md
  • CFBundleExecutable: marka

That executable name can surface as the code-name-looking app name in places like Spotlight. This makes the release binary name explicit too.

Checks

  • bun test
  • bun run build
  • git diff --check
  • bun run tauri build --no-bundle

The Tauri no-bundle build completed and produced:

src-tauri/target/release/marka.md

@mattenarle10 mattenarle10 merged commit d37d32b into main May 27, 2026
2 checks passed
@mattenarle10 mattenarle10 deleted the fix/app-name-metadata branch May 27, 2026 13:50
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.

[bug] App name

1 participant