Some checks are pending
ci / gate (push) Waiting to run
Pushing vX.Y.Z runs .gitea/workflows/release.yaml on rust-gtk3: it refuses a tag that disagrees with the workspace version (script/stamp-version.sh, which also stamps tauri.conf.json and ui/package.json from Cargo.toml), builds the webview and the deb, rpm and AppImage bundles through the npm Tauri CLI, checks the binary answers --version with the tag, and attaches the bundles, the bare binary and SHA256SUMS to a Gitea release for the tag using the repository's own Actions token. The product is now `blackbeard-wallet`, no space: that name is the binary, the rpm and deb package, and every release asset, so `dnf install blackbeard-wallet` reads right. The window title and the desktop entry keep "blackbeard wallet" through a desktop template. The binary answers --version and --help before touching the display. Bundled locally on Fedora 44: deb, rpm (name, license and URL right, desktop entry installed) and a 114 MB AppImage that prints "blackbeard-wallet 0.1.0". The AppImage step needs librsvg2-devel for linuxdeploy's GTK plugin, which the rust-gtk3 runner image does not carry yet; that is a one-line change in gongfoo, without which the workflow's bundle step fails on the AppImage. Refs #32 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014ftBXYuba8ARhQeF74oUgW