Lakka-LibreELEC/create_tar.sh
Jérôme Benoit bc7cc70317 create_tar.sh: remove a leftover reference to OpenELEC
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2017-01-03 16:58:27 +01:00

4 lines
112 B
Bash
Executable file

#!/bin/sh
git archive --format=tar --prefix=LibreELEC-source-$1/ tags/$1 | bzip2 > LibreELEC-source-$1.tar.bz2