Switch back to getting noVNC from its official Github repo, instead of my repo used for testing the Snap build
This commit is contained in:
parent
3a63bc7bfc
commit
055c5fcda5
|
|
@ -11,7 +11,7 @@ confinement: strict
|
|||
|
||||
parts:
|
||||
novnc:
|
||||
source: https://github.com/tkedwards/noVNC.git # https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz
|
||||
source: https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz
|
||||
plugin: dump
|
||||
stage-packages:
|
||||
- websockify
|
||||
|
|
|
|||
Loading…
Reference in New Issue