Bump tauri bundler for using proxy to fetch resources

Signed-off-by: divinerapier <sihao.fang@outlook.com>
This commit is contained in:
divinerapier 2023-11-03 10:59:04 +08:00
parent a3e6d0adca
commit f372144fd7
No known key found for this signature in database
GPG key ID: 57261C5E6BC947EC
2 changed files with 3 additions and 2 deletions

View file

@ -72,8 +72,8 @@ cargo-generate = "0.18"
toml_edit = "0.19.11" toml_edit = "0.19.11"
# bundling # bundling
tauri-bundler = { version = "=1.3.0", features = ["native-tls-vendored"] } tauri-bundler = { version = "=1.4.*", features = ["native-tls-vendored"] }
tauri-utils = "=1.4.*" tauri-utils = "=1.5.*"
dioxus-autofmt = { workspace = true } dioxus-autofmt = { workspace = true }
dioxus-check = { workspace = true } dioxus-check = { workspace = true }

View file

@ -525,6 +525,7 @@ impl From<NsisSettings> for tauri_bundler::NsisSettings {
display_language_selector: val.display_language_selector, display_language_selector: val.display_language_selector,
custom_language_files: None, custom_language_files: None,
template: None, template: None,
compression: None,
} }
} }
} }