Bundle CLI launchers with desktop app

This commit is contained in:
2026-08-11 08:28:30 +02:00
parent d21f5bd467
commit f84f7247d2
4 changed files with 208 additions and 2 deletions

View File

@@ -127,6 +127,8 @@ cargo bundle-macos --out-dir "$HOME/Applications"
The first bundle command writes `target/release/IronStorage.app`. The install
form replaces `~/Applications/IronStorage.app` with the freshly built bundle.
The bundle contains the matching `ironstorage` CLI and `ironstorage-tui` binaries;
Settings can install links to them in `~/.local/bin`.
Build only the shared storage library or the Rust Apple bridge: