Skip to content

Commit

Permalink
Merge pull request #2538 from BlueBubblesApp/joel/snapcraft-1.12.4
Browse files Browse the repository at this point in the history
Fix snap config
  • Loading branch information
zlshames authored Aug 28, 2023
2 parents d270e18 + 0741d8a commit 6051d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ parts:
override-build: |
set -eux
mkdir -p $SNAPCRAFT_PART_INSTALL/bin
cp -r ./* "$SNAPCRAFT_PART_INSTALL"/bin/
cp -r ./* $SNAPCRAFT_PART_INSTALL/bin/
mv lib/libobjectbox.so $SNAPCRAFT_PART_INSTALL/usr/lib/
stage-packages:
- freeglut3
Expand All @@ -93,7 +93,7 @@ parts:
craftctl default
${CRAFT_PART_SRC}/bin/graphics-core22-cleanup mesa-core22 nvidia-core22
prime:
- bin/graphics-core22-wrapper
- bin/graphics-core22-wrapper

cleanup:
after:
Expand All @@ -105,7 +105,7 @@ parts:
override-prime: |
set -eux
for snap in "core22" "gtk-common-themes"; do
cd "/snap/$snap/current" && find . -type f,l -exec rm -rf "$SNAPCRAFT_PRIME/{}" \;
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" \;
done
slots:
Expand Down

0 comments on commit 6051d0e

Please # to comment.