source: branches/zoom/Install/snap/local/build.sh

Last change on this file was 494, checked in by chronos, 21 months ago
  • Modified: Use newer Lazarus version for snap packages.
  • Property svn:executable set to *
File size: 126 bytes
Line 
1#!/bin/bash
2
3ln -s Install/snap ../../../snap
4
5pushd ../../..
6snapcraft --debug --use-lxd --verbose $@
7popd
8
9rm ../../../snap
Note: See TracBrowser for help on using the repository browser.