Update snapcraft.yaml

This commit is contained in:
kz6fittycent
2022-09-09 22:24:44 -05:00
committed by Maas Lalani
parent d3e8365c7b
commit 1620042f27

View File

@@ -12,7 +12,7 @@ description: |
license: MIT
base: core20
base: core22
grade: stable
confinement: strict
compression: lzo
@@ -34,14 +34,19 @@ apps:
- bin/homeishome-launch
plugs:
- home
- ssh-keys
- ssh-public-keys
- network
- network-bind
parts:
slides:
source: https://github.com/maaslalani/slides
source-type: git
plugin: go
go-channel: latest/stable
build-snaps:
- go
override-pull: |
snapcraftctl pull
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"