diff --git a/.github/scripts/domain_from_appid.py b/.github/scripts/domain_from_appid.py index fa0abe6..24415f1 100644 --- a/.github/scripts/domain_from_appid.py +++ b/.github/scripts/domain_from_appid.py @@ -58,6 +58,7 @@ def get_domain(appid: str) -> str: "org.kde.PlatformTheme.", "org.kde.Sdk.", "org.kde.WaylandDecoration.", + "org.freedesktop.LinuxAudio.", ) ): return ret_none