diff --git a/create_tar.sh b/create_tar.sh index 0802d9d04e..7f14df4529 100755 --- a/create_tar.sh +++ b/create_tar.sh @@ -1,3 +1,3 @@ #!/bin/sh -git archive --format=tar --prefix=OpenELEC-source-$1/ tags/$1 | bzip2 > OpenELEC-source-$1.tar.bz2 +git archive --format=tar --prefix=LibreELEC-source-$1/ tags/$1 | bzip2 > LibreELEC-source-$1.tar.bz2