Expand description
Binary release — copies bundled binaries from the Tauri app bundle into
~/.spool/bin/.
The Tauri build process places the binaries inside the app bundle’s resource directory. On first run (or when a version mismatch is detected), this module:
- Copies each binary from the source directory to
~/.spool/bin/ - Sets executable permissions on Unix
- Verifies each binary is runnable via
--version
Structs§
- Release
Report - Result of a release operation.
Constants§
- BUNDLED_
BINARIES - Names of binaries that ship with Spool.
Functions§
- release_
binaries - Release
BUNDLED_BINARIESfromsource_dirintotarget_bin_dir.