You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip AppImage bundling on Linux to fix linuxdeploy failure
linuxdeploy consistently fails to execute on GitHub Actions Ubuntu
runners (known Tauri issue #14796). Produce only deb and rpm bundles
until the new AppImage bundler lands in Tauri.
Fix Windows build and bump to 0.3.1
- Fix CLI module import for cross-platform build
- tauri::command was only imported for unix, breaking Windows build
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>