Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing snapcraft #17

Merged
merged 1 commit into from
Sep 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading