Skip to main content

Crate tauri_plugin_updater

Crate tauri_plugin_updater 

Source
Expand description

In-app updates for Tauri applications.

  • Supported platforms: Windows, Linux and macOS.crypted database and secure runtime.

Structs§

Builder
Config
Updater configuration.
ReleaseManifestPlatform
RemoteRelease
Information about a release returned by the remote update server.
Update
Updater
UpdaterBuilder

Enums§

Error
All errors that can occur while running the updater.
Installer
RemoteReleaseInner

Traits§

UpdaterExt
Extensions to tauri::App, tauri::AppHandle, tauri::WebviewWindow, tauri::Webview and tauri::Window to access the updater APIs.

Functions§

extract_path_from_executable
target
Gets the base target string used by the updater. If bundle type is available it will be added to this string when selecting the download URL and signature. tauri::utils::platform::bundle_type method is used to obtain current bundle type.

Type Aliases§

OnBeforeExit
OnBeforeRequest
Result
VersionComparator