Skip to content

Commit

Permalink
Merge pull request #8 from jssotomdz/core24
Browse files Browse the repository at this point in the history
update to core24
  • Loading branch information
jssotomdz authored Jul 15, 2024
2 parents 5f17f76 + e0050ac commit 199a77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict
base: core22
base: core24

layout:
/usr/share/libgweather-4:
Expand Down Expand Up @@ -137,6 +137,6 @@ parts:
rm -rf usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
find . -type d -empty -delete
for snap in "core22" "gtk-common-themes" "gnome-42-2204"; do
for snap in "core24" "gtk-common-themes" "gnome-46-2404"; do
cd "/snap/$snap/current" && find . -type f,l -name *.so.* -exec rm -f "$CRAFT_PRIME/{}" \;
done

0 comments on commit 199a77e

Please sign in to comment.