Skip to main content

Module release

Module release 

Source
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:

  1. Copies each binary from the source directory to ~/.spool/bin/
  2. Sets executable permissions on Unix
  3. Verifies each binary is runnable via --version

Structs§

ReleaseReport
Result of a release operation.

Constants§

BUNDLED_BINARIES
Names of binaries that ship with Spool.

Functions§

release_binaries
Release BUNDLED_BINARIES from source_dir into target_bin_dir.