mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 12:44:53 +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/.."
|
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) "$dir/$distdir"
|
||||||
cp --parents $(git ls-files third_party/loadpng) "$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