diff --git a/Cargo.toml b/Cargo.toml index 8cf338647..f9e519545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ hound = "3.5" name = "RustDesk" identifier = "com.carriez.rustdesk" icon = ["res/32x32.png", "res/128x128.png", "res/128x128@2x.png"] -deb_depends = ["libgtk-3-0", "libxcb-randr0", "libxdo3", "libxfixes3", "libxcb-shape0", "libxcb-xfixes0", "libasound2", "libsystemd0", "pipewire", "curl"] +deb_depends = ["libgtk-3-0", "libxcb-randr0", "libxdo3", "libxfixes3", "libxcb-shape0", "libxcb-xfixes0", "libasound2", "libsystemd0", "pipewire", "curl", "libayatana-appindicator3-1", "libvdpau1", "libva2"] osx_minimum_system_version = "10.14" resources = ["res/mac-tray-light.png","res/mac-tray-dark.png"] diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index b789c65cb..2735d2dad 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -64,7 +64,7 @@ dependencies: desktop_multi_window: git: url: https://github.com/Kingtous/rustdesk_desktop_multi_window - ref: 08672abfb665a6defab6cb7c1b3bd13a32c57431 + ref: 3f5ce9337ebe72a69b75f4a6de86a3255eff2731 freezed_annotation: ^2.0.3 tray_manager: git: