mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
fix(windows): relax UpdaterWindowsConfig to not deny unknowns fields (#9126)
This commit is contained in:
6
.changes/cli-updater-unkown-fields.md
Normal file
6
.changes/cli-updater-unkown-fields.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"tauri-cli": patch:bug
|
||||
"@tauri-apps/cli": patch:bug
|
||||
---
|
||||
|
||||
Fix bundling when `plugins > updater > windows > installerArgs` are set in `tauri.conf.json`
|
||||
@@ -776,7 +776,7 @@ impl WindowsUpdateInstallMode {
|
||||
}
|
||||
|
||||
#[derive(Default, Deserialize)]
|
||||
#[serde(rename_all = "camelCase", deny_unknown_fields)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct UpdaterWindowsConfig {
|
||||
#[serde(default, alias = "install-mode")]
|
||||
pub install_mode: WindowsUpdateInstallMode,
|
||||
|
||||
Reference in New Issue
Block a user