We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f05ab commit bc7cc70Copy full SHA for bc7cc70
create_tar.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
3
-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
0 commit comments