Use automatic version when building snap directly
Make it easier to build a snap from your working copy by removing the restriction of having to modify the version field first.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: novnc
|
||||
base: core18 # the base snap is the execution environment for this snap
|
||||
version: '@VERSION@'
|
||||
version: git
|
||||
summary: Open Source VNC client using HTML5 (WebSockets, Canvas)
|
||||
description: |
|
||||
Open Source VNC client using HTML5 (WebSockets, Canvas).
|
||||
|
||||
Reference in New Issue
Block a user