From 8c040561c7f922eeeef533b12fc7b6056fec6f7e Mon Sep 17 00:00:00 2001 From: Dmitry Kann Date: Tue, 20 Aug 2024 09:51:42 +0200 Subject: [PATCH] snap: tryout: another build fix (#134) --- snap/snapcraft.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2a8a1f9..0ed3172 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -62,9 +62,8 @@ parts: - usr/* - bin/* override-prime: | - # Fix resource permissions - chmod +rx $CRAFT_STAGE/bin/launch.sh - chmod +r $CRAFT_STAGE/usr/share/icons/hicolor/scalable/status/indicator-sound-switcher.svg - chmod +r $CRAFT_STAGE/share/icons/hicolor/scalable/apps/indicator-sound-switcher.svg - craftctl default + + # Fix resource permissions + chmod +rx $CRAFT_PRIME/bin/launch.sh + chmod +r $CRAFT_PROJECT_DIR/icons/indicator-sound-switcher.svg