Commit Graph

3 Commits

Author SHA1 Message Date
Tim Edwards cd1e94c72d - The Snap now explicitly pulls in release 0.9.0 of Websockify, instead of just the latest from git
- The Snap now explicitly retrieves commit e1d50c8c10, which is the commit that added Snap package support and was the latest commit as of 13 Aug 2019

This is a temporary solution: Once there is a next release of noVNC (e.g 1.2.0) the Snap will be updated to pull in that version from the Releases on Github, instead of a particular git commit
2019-08-25 06:03:52 +02:00
Tim Edwards be129ca391 Changed Snap package to pull in Websockify directly from Github (https://github.com/novnc/websockify.git) instead of relying on the Ubuntu package which is now outdated. Also changed the version to make it clearer this is pulling directly from git 2019-08-15 03:15:14 +02:00
Tim Edwards e1d50c8c10 Added a Snap package for noVNC (#1231)
Creating an Ubuntu Snap package to make noVNC easier to deploy.

Checks for the websockify binary in both the PATH (using which) and in the location where the Snap package places the binary. This is necessary for noVNC to be usable in a Snap. It doesn't affect the original functionality of git cloning websockify if it's not found in PATH or the Snap location.
2019-07-25 22:22:48 +02:00