Skip to content

Commit e08065d

Browse files
authored
fix: deb installation error (#1844)
1 parent 612cd8e commit e08065d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .changes/cli.rs-libwebkit2gtk-4.0-37.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"cli.rs": patch
3+
---
4+
5+
Fixes the libwebkit2gtk package name.

Diff for: tooling/cli.rs/src/build/rust.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ fn tauri_config_to_bundle_settings(
380380
depends.push("libappindicator3-1".to_string());
381381
}
382382

383-
depends.push("libwebkit2gtk-4.0".to_string());
383+
depends.push("libwebkit2gtk-4.0-37".to_string());
384384
depends.push("libgtk-3-0".to_string());
385385
if manifest.features.contains(&"menu".into()) || system_tray_config.is_some() {
386386
depends.push("libgtksourceview-3.0-1".to_string());

0 commit comments

Comments
 (0)