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

Last change on this file was 116, checked in by chronos, 3 years ago
  • Modified: Updated Common package files.
  • Fixed: Translation of About dialog.
  • Added: Snap package definition file.
  • Modified: Detect different data dir on Linux.
  • 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.