Skip to content

Commit

Permalink
snap: tryout: another build fix (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Aug 20, 2024
1 parent cab8f42 commit 8c04056
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c04056

Please # to comment.