mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
fix: deb installation error (#1844)
This commit is contained in:
parent
612cd8ecb8
commit
e08065d7fe
5
.changes/cli.rs-libwebkit2gtk-4.0-37.md
Normal file
5
.changes/cli.rs-libwebkit2gtk-4.0-37.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
---
|
||||
|
||||
Fixes the libwebkit2gtk package name.
|
@ -380,7 +380,7 @@ fn tauri_config_to_bundle_settings(
|
||||
depends.push("libappindicator3-1".to_string());
|
||||
}
|
||||
|
||||
depends.push("libwebkit2gtk-4.0".to_string());
|
||||
depends.push("libwebkit2gtk-4.0-37".to_string());
|
||||
depends.push("libgtk-3-0".to_string());
|
||||
if manifest.features.contains(&"menu".into()) || system_tray_config.is_some() {
|
||||
depends.push("libgtksourceview-3.0-1".to_string());
|
||||
|
Loading…
Reference in New Issue
Block a user