mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-20 04:20:49 +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
|
||||
cd "$dir/.."
|
||||
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"
|
||||
cd "$dir"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user