Got websockify path logic correct
This commit is contained in:
parent
524504ee80
commit
5dd192e6e6
|
|
@ -11,10 +11,15 @@ confinement: strict
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
novnc:
|
novnc:
|
||||||
source: https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz
|
source: https://github.com/tkedwards/noVNC.git # https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- websockify
|
- websockify
|
||||||
|
# override-build: |
|
||||||
|
# snapcraftctl build
|
||||||
|
# ln -s usr/bin/python2-websockify websockify
|
||||||
apps:
|
apps:
|
||||||
novnc:
|
novnc:
|
||||||
command: utils/launch.sh
|
command: utils/launch.sh
|
||||||
|
# websockify:
|
||||||
|
# command: usr/bin/python2-websockify
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue