Liri App Platform package for snap. This snap package serves as bundle for libraries commonly used by Liri Apps.
It is recommended to use Docker to build the platform snap.
From the root of the repository, run:
docker run --privileged --rm -ti -v $(pwd):/home --workdir /home liridev/ci-ubuntu bashThen, inside the container, run:
apt install snapcraft
snapcraftFrom your build directory, run:
sudo snap install --dangerous liri-platform*.snapTo run the included Fluid demo:
snap run liri-platform-<version>.fluid-demo