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.
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 target string used on the updater.

Type Aliases§

OnBeforeExit
OnBeforeRequest
Result
VersionComparator
OSZAR »