From c0c2ec5be14b87fc76382e618fc482bf80771c58 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Fri, 27 Feb 2026 17:08:16 +0200 Subject: [PATCH] Fix for snap --- snap/snapcraft.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ea1b5284..00816695 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -176,4 +176,6 @@ apps: layout: /usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/alsa-lib: - bind: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/alsa-lib \ No newline at end of file + bind: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/alsa-lib + /usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libasound.so.2: + symlink: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libasound.so.2 \ No newline at end of file