mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
Bump tauri bundler for using proxy to fetch resources
Signed-off-by: divinerapier <sihao.fang@outlook.com>
This commit is contained in:
parent
a3e6d0adca
commit
f372144fd7
2 changed files with 3 additions and 2 deletions
|
@ -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 }
|
||||||
|
|
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue