Temporary changes to use 'my' modified version of novncC
This commit is contained in:
parent
4a2d108c30
commit
2db25e43b9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue