mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix scope alias
This commit is contained in:
@@ -1141,7 +1141,7 @@ impl FsScope {
|
||||
#[serde(rename_all = "camelCase", deny_unknown_fields)]
|
||||
pub struct AssetProtocolConfig {
|
||||
/// The access scope for the asset protocol.
|
||||
#[serde(default, alias = "asset-scope")]
|
||||
#[serde(default)]
|
||||
pub scope: FsScope,
|
||||
/// Enables the asset protocol.
|
||||
#[serde(default)]
|
||||
|
||||
Reference in New Issue
Block a user