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.
1 parent 612cd8e commit e08065dCopy full SHA for e08065d
.changes/cli.rs-libwebkit2gtk-4.0-37.md
@@ -0,0 +1,5 @@
1
+---
2
+"cli.rs": patch
3
4
+
5
+Fixes the libwebkit2gtk package name.
tooling/cli.rs/src/build/rust.rs
@@ -380,7 +380,7 @@ fn tauri_config_to_bundle_settings(
380
depends.push("libappindicator3-1".to_string());
381
}
382
383
- depends.push("libwebkit2gtk-4.0".to_string());
+ depends.push("libwebkit2gtk-4.0-37".to_string());
384
depends.push("libgtk-3-0".to_string());
385
if manifest.features.contains(&"menu".into()) || system_tray_config.is_some() {
386
depends.push("libgtksourceview-3.0-1".to_string());
0 commit comments