mirror of
https://github.com/debauchee/barrier.git
synced 2025-01-08 20:38:19 +03:00
Merge pull request #368 from maxiberta/snap-fix-version-script
Fix snap version-control script for local LXD builds
This commit is contained in:
commit
ea0717b5f5
@ -1,7 +1,7 @@
|
||||
name: barrier-kvm # the Barrier Snappy for Linux / not tested on MAC yet
|
||||
base: core18
|
||||
version: master
|
||||
version-script: git -C parts/barrier/src/ describe --tags --long | sed "s/^v//"
|
||||
version-script: git describe --tags --long | sed "s/^v//"
|
||||
adopt-info: appstream-flathub
|
||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
||||
|
Loading…
Reference in New Issue
Block a user