diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 73581a1a..017c021d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -11,16 +11,21 @@ confinement: devmode # use 'strict' once you have the right plugs and slots 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 + source-type: git # only until my changes get commited + build-packages: # only until my changes get commited + - git + #stage-snaps: + # - websockify websockify: source: https://github.com/novnc/websockify plugin: dump source-type: git build-packages: - git + organize: # avoid filename conflicts with files from the novnc part + '*': utils/websockify/ apps: novnc: command: utils/launch.sh - websockify: - command: utils/websockify/run