source: tags/1.4.0/Install/snap/local/build.sh

Last change on this file was 90, checked in by chronos, 3 months ago
  • Modified: Snap package updated to core22.
  • Modified: Calculate different win tile value for different board sizes.
  • 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.