source: trunk/Install/snap/local/build.sh

Last change on this file was 309, checked in by chronos, 3 years ago
  • Added: Snapcraft definition file for creation of Ubuntu snap packages.
  • Added: Screenshot images.
  • Modified: Detect language files independent of executable location.
  • Property svn:executable set to *
File size: 113 bytes
Line 
1#!/bin/bash
2
3ln -s Install/snap ../../../snap
4
5pushd ../../..
6snapcraft --debug --use-lxd
7popd
8
9rm ../../../snap
Note: See TracBrowser for help on using the repository browser.