From d47e9b2fe9193d41e059f54b816f1e69ee813c24 Mon Sep 17 00:00:00 2001 From: Dmitry Kann Date: Tue, 20 Aug 2024 10:22:41 +0200 Subject: [PATCH] Revert "snap: tryout: another build fix (#134)" This reverts commit 8c040561c7f922eeeef533b12fc7b6056fec6f7e. --- snap/snapcraft.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0ed3172..2a8a1f9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -62,8 +62,9 @@ parts: - usr/* - bin/* override-prime: | - craftctl default - # Fix resource permissions - chmod +rx $CRAFT_PRIME/bin/launch.sh - chmod +r $CRAFT_PROJECT_DIR/icons/indicator-sound-switcher.svg + 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