Skip to content

lirios/snap-packages

Repository files navigation

Liri Snap Packages

Snap packages for Liri core apps, cross-platform apps and shell.

Dependencies

Build

It is recommended to build inside a clean lxc container with Ubuntu 16.04.

From the root each app directory, run:

snapcraft

Update plugins

To update the snapcraft plugins submodules, run:

git submodule foreach git pull origin develop
git add -A
git commit