Skip to content

Commit

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

0 comments on commit d47e9b2

Please # to comment.