mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
fix(bundler): remove unused test code
This commit is contained in:
parent
095a696c85
commit
38a9b58219
@ -681,18 +681,6 @@ impl Settings {
|
||||
None => false,
|
||||
}
|
||||
}
|
||||
|
||||
/// Get pubkey (mainly for testing)
|
||||
#[cfg(test)]
|
||||
pub fn updater_pubkey(&self) -> Option<&str> {
|
||||
self
|
||||
.bundle_settings
|
||||
.updater
|
||||
.as_ref()
|
||||
.expect("Updater is not defined")
|
||||
.pubkey
|
||||
.as_deref()
|
||||
}
|
||||
}
|
||||
|
||||
/// Parses the external binaries to bundle, adding the target triple suffix to each of them.
|
||||
|
Loading…
Reference in New Issue
Block a user