fix: deb installation error (#1844)

This commit is contained in:
aida.t 2021-05-18 02:18:33 +09:00 committed by GitHub
parent 612cd8ecb8
commit e08065d7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"cli.rs": patch
---
Fixes the libwebkit2gtk package name.

View File

@ -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());