Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kz6fittycent authored Sep 12, 2024
1 parent ae15a78 commit f6c6b2d
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 @@ -7,7 +7,7 @@ description: |
grade: stable
confinement: strict
license: MIT
base: core22
base: core24

apps:
cornyjokes:
Expand All @@ -22,5 +22,5 @@ parts:
plugin: python

override-pull: |
snapcraftctl pull
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
craftctl default
craftctl set version="$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"

0 comments on commit f6c6b2d

Please sign in to comment.