Skip to content

fix: bundle example beancount file in desktop app#26

Merged
robcohen merged 1 commit intomainfrom
fix/bundle-example-file
Jan 25, 2026
Merged

fix: bundle example beancount file in desktop app#26
robcohen merged 1 commit intomainfrom
fix/bundle-example-file

Conversation

@robcohen
Copy link
Copy Markdown
Member

Problem

Clicking "Open Example Beancount File" in the desktop app shows "Example file not found" error.

Cause

The example file at contrib/examples/example.beancount was not configured to be bundled in the Tauri app resources.

Fix

Added resources configuration to tauri.conf.json to include the example file in the bundle at examples/example.beancount.

Test plan

  • Build AppImage and verify example file loads
  • Build DMG and verify example file loads
  • Build Windows installer and verify example file loads

🤖 Generated with Claude Code

The example file was not being included in the AppImage/DMG/MSI builds
because it wasn't configured in tauri.conf.json resources.

Fixes the "Example file not found" error when clicking "Open Example
Beancount File" in the desktop app.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@robcohen robcohen enabled auto-merge (squash) January 25, 2026 16:28
@robcohen robcohen merged commit a3ef9e4 into main Jan 25, 2026
14 checks passed
@robcohen robcohen deleted the fix/bundle-example-file branch January 25, 2026 16:28
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