Browse Source

Bump tauri bundler for using proxy to fetch resources

Signed-off-by: divinerapier <sihao.fang@outlook.com>
divinerapier 1 năm trước cách đây
mục cha
commit
f372144fd7
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 2 2
      packages/cli/Cargo.toml
  2. 1 0
      packages/cli/src/config.rs

+ 2 - 2
packages/cli/Cargo.toml

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

+ 1 - 0
packages/cli/src/config.rs

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