From 3bbec4081a3be4fa107895e31d25a53a7559328a Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 28 Apr 2024 10:44:14 +0800 Subject: [PATCH] add gtk modules --- appimage/AppImageBuilder-aarch64.yml | 2 ++ appimage/AppImageBuilder-x86_64.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/appimage/AppImageBuilder-aarch64.yml b/appimage/AppImageBuilder-aarch64.yml index a285fc767..bfe5348f5 100644 --- a/appimage/AppImageBuilder-aarch64.yml +++ b/appimage/AppImageBuilder-aarch64.yml @@ -54,6 +54,8 @@ AppDir: - libwayland-cursor0 - libwayland-egl1 - libpulse0 + - packagekit-gtk3-module + - libcanberra-gtk-module exclude: - humanity-icon-theme - hicolor-icon-theme diff --git a/appimage/AppImageBuilder-x86_64.yml b/appimage/AppImageBuilder-x86_64.yml index 62c674a0c..7a4550efb 100644 --- a/appimage/AppImageBuilder-x86_64.yml +++ b/appimage/AppImageBuilder-x86_64.yml @@ -57,6 +57,8 @@ AppDir: - libwayland-cursor0 - libwayland-egl1 - libpulse0 + - packagekit-gtk3-module + - libcanberra-gtk-module exclude: - humanity-icon-theme - hicolor-icon-theme