Crate tauri_bundler[][src]

Expand description

The Tauri bundler is a tool that generates installers or app bundles for executables. It supports auto updating through tauri.

Platform support

  • macOS
    • DMG and App bundles
  • Linux
    • Appimage and Debian packages
  • Windows
    • MSI using WiX

Re-exports

pub use bundle::*;

Modules

bundle

The bundle API.

Enums

Error

Errors returned by the bundler.

Type Definitions

Result

Convenient type alias of Result type.