Skip to content

Commit

Permalink
Merge pull request #1603 from divinerapier/master
Browse files Browse the repository at this point in the history
Bump tauri bundler for using proxy to fetch resources
  • Loading branch information
jkelleyrtp authored Jan 8, 2024
2 parents 16bb078 + f372144 commit fb40e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"

manganis-cli-support= { git = "https://github.com/DioxusLabs/collect-assets", features = ["webp", "html"] }

Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ impl From<NsisSettings> for tauri_bundler::NsisSettings {
display_language_selector: val.display_language_selector,
custom_language_files: None,
template: None,
compression: None,
}
}
}
Expand Down

0 comments on commit fb40e72

Please sign in to comment.