Skip to content

Rename binary from procnote-tauri to procnote - #146

Merged
shunichironomura merged 1 commit into
mainfrom
rename-binary-to-procnote
Apr 12, 2026
Merged

Rename binary from procnote-tauri to procnote#146
shunichironomura merged 1 commit into
mainfrom
rename-binary-to-procnote

Conversation

@shunichironomura

Copy link
Copy Markdown
Member

Summary

  • Add explicit [[bin]] section in src-tauri/Cargo.toml to name the binary procnote instead of procnote-tauri
  • Fixes Homebrew cask install which expects the binary at Contents/MacOS/procnote

Context

The Cargo crate name procnote-tauri was being used as the binary name, producing Contents/MacOS/procnote-tauri inside the .app bundle. The Homebrew cask binary stanza expects procnote, causing install to fail with "symlink source is not there".

Test plan

  • cargo build -p procnote-tauri produces a binary named procnote
  • cargo test --workspace passes
  • After next release, brew install --cask shunichironomura/tap/procnote succeeds and procnote --help works

🤖 Generated with Claude Code

@shunichironomura
shunichironomura merged commit 18c0ea4 into main Apr 12, 2026
10 of 11 checks passed
@shunichironomura
shunichironomura deleted the rename-binary-to-procnote branch April 12, 2026 04:15
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