mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-05 01:42:35 +03:00
fix(core): build error without updater feature (#1489)
This commit is contained in:
parent
6ec027339c
commit
395fbb343a
@ -54,6 +54,7 @@ pub enum Error {
|
||||
#[error("error encountered during setup hood: {0}")]
|
||||
Setup(#[from] Box<dyn std::error::Error>),
|
||||
/// Tauri updater error.
|
||||
#[cfg(feature = "updater")]
|
||||
#[error("Updater: {0}")]
|
||||
TauriUpdater(#[from] crate::updater::Error),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user