Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UpdaterWindowsConfig
1 parent db0a24a commit c3ea3a2Copy full SHA for c3ea3a2
2 files changed
.changes/cli-updater-unkown-fields.md
@@ -0,0 +1,6 @@
1
+---
2
+"tauri-cli": patch:bug
3
+"@tauri-apps/cli": patch:bug
4
5
+
6
+Fix bundling when `plugins > updater > windows > installerArgs` are set in `tauri.conf.json`
tooling/cli/src/interface/rust.rs
@@ -776,7 +776,7 @@ impl WindowsUpdateInstallMode {
776
}
777
778
#[derive(Default, Deserialize)]
779
-#[serde(rename_all = "camelCase", deny_unknown_fields)]
+#[serde(rename_all = "camelCase")]
780
pub struct UpdaterWindowsConfig {
781
#[serde(default, alias = "install-mode")]
782
pub install_mode: WindowsUpdateInstallMode,
0 commit comments