From 2fa215668acd1e1f69eee64aa6e250062508f15c Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sat, 13 May 2023 00:33:19 -0300 Subject: [PATCH] fix scope alias --- core/tauri-utils/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-utils/src/config.rs b/core/tauri-utils/src/config.rs index 39874380a..c38a5baf3 100644 --- a/core/tauri-utils/src/config.rs +++ b/core/tauri-utils/src/config.rs @@ -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)]