Crate tauri_bundler
source ·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
- The bundle API.
Enums
- Errors returned by the bundler.
Type Aliases
- Convenient type alias of Result type.