Skip to content

Commit

Permalink
Fixing snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSteenNilsen committed Sep 30, 2023
1 parent 17a4a91 commit c93b7c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: git
grade: stable
confinement: devmode
base: core20
adopt-info: zshgpt
architectures:
- build-on: [arm64, armhf, amd64]

Expand All @@ -17,3 +18,6 @@ parts:
zshgpt:
plugin: python
python-packages: [zshgpt]
override-pull: |
snapcraftctl pull
git describe --tag | snapcraftctl set-version

0 comments on commit c93b7c6

Please sign in to comment.