From 99d25002f7a559de18bf36eeaf13cb48daf265da Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 9 Jul 2023 16:30:27 +0800 Subject: [PATCH] add libappindicator3-1 to deb package --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 9e19e10e7..a8330b72b 100755 --- a/build.py +++ b/build.py @@ -285,7 +285,7 @@ Version: %s Architecture: %s Maintainer: rustdesk Homepage: https://rustdesk.com -Depends: libgtk-3-0, libxcb-randr0, libxdo3, libxfixes3, libxcb-shape0, libxcb-xfixes0, libasound2, libsystemd0, curl, libva-drm2, libva-x11-2, libvdpau1, libgstreamer-plugins-base1.0-0, libpam0g +Depends: libgtk-3-0, libxcb-randr0, libxdo3, libxfixes3, libxcb-shape0, libxcb-xfixes0, libasound2, libsystemd0, curl, libva-drm2, libva-x11-2, libvdpau1, libgstreamer-plugins-base1.0-0, libpam0g, libappindicator3-1 Description: A remote control software. """ % (version, get_arch())