From 5dd192e6e61fd7243ec949cfca7fb713ca11bb08 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Sat, 20 Apr 2019 08:16:48 +0200 Subject: [PATCH] Got websockify path logic correct --- snap/snapcraft.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ab6a29c1..799b4a95 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -11,10 +11,15 @@ confinement: strict parts: 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 stage-packages: - websockify +# override-build: | +# snapcraftctl build +# ln -s usr/bin/python2-websockify websockify apps: novnc: command: utils/launch.sh +# websockify: +# command: usr/bin/python2-websockify