mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
docs(cli.rs): add note on debian dependency (#1851)
This commit is contained in:
@@ -380,6 +380,7 @@ fn tauri_config_to_bundle_settings(
|
||||
depends.push("libappindicator3-1".to_string());
|
||||
}
|
||||
|
||||
// provides `libwebkit2gtk-4.0.so.37` and all `4.0` versions have the -37 package name
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user