mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-22 10:20:53 +00:00
Do not include scripts folder in the tarball
This commit is contained in:
parent
64c50c672f
commit
1426851928
@ -31,7 +31,7 @@ fi
|
|||||||
if [ ! -f $distdir.tar.xz ] ; then
|
if [ ! -f $distdir.tar.xz ] ; then
|
||||||
cd "$dir/.."
|
cd "$dir/.."
|
||||||
mkdir "$dir/$distdir"
|
mkdir "$dir/$distdir"
|
||||||
cp --parents $(git ls-files | grep -v -e ^third_party | grep -v -e ^src/allegro) "$dir/$distdir"
|
cp --parents $(git ls-files | grep -v -e ^third_party | grep -v -e ^src/allegro | grep -v -e ^scripts) "$dir/$distdir"
|
||||||
cp --parents third_party/CMakeLists.txt "$dir/$distdir"
|
cp --parents third_party/CMakeLists.txt "$dir/$distdir"
|
||||||
cd "$dir"
|
cd "$dir"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user