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

Last change on this file was 105, checked in by chronos, 21 months ago
  • Modified: Improved trains placement behavior by mouse drag and drop.
  • Property svn:executable set to *
File size: 119 bytes
Line 
1#!/bin/bash
2
3ln -s Install/snap ../../../snap
4
5pushd ../../..
6snapcraft --debug --use-lxd -v $@
7popd
8
9rm ../../../snap
Note: See TracBrowser for help on using the repository browser.