mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Do not include loadpng library in the tarball
This commit is contained in:
parent
6b4591c5fd
commit
64c50c672f
@ -32,7 +32,6 @@ 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 third_party/loadpng) "$dir/$distdir"
|
||||
cp --parents third_party/CMakeLists.txt "$dir/$distdir"
|
||||
cd "$dir"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user